Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBorderAxisLabelOptions

标签属性

export
interface

IBorderAxisLabelOptions

Hierarchy

  • IBorderAxisLabelOptions

Index

Properties

bold?: boolean

是否加粗

memberof

IBorderAxisLabelOptions

decimal?: number

保留小数位数

memberof

IBorderAxisLabelOptions

font?: string

字体

memberof

IBorderAxisLabelOptions

fontSize?: string

字号

memberof

IBorderAxisLabelOptions

italic?: boolean

是否斜体字

memberof

IBorderAxisLabelOptions

offsetX?: number

x偏移量

memberof

IBorderAxisLabelOptions

offsetY?: number

y偏移量

memberof

IBorderAxisLabelOptions

strokeColor?: string

描边颜色

memberof

IBorderAxisLabelOptions

textColor?: string

文字颜色

memberof

IBorderAxisLabelOptions

visible: boolean

是否可见

memberof

IBorderAxisLabelOptions

Methods

  • converter(label: string, lon: number, lat: number, sx: number, sy: number): string
  • 标签转换器,用于给标签显示自定义的值

    Parameters

    • label: string
    • lon: number
    • lat: number
    • sx: number
    • sy: number

    Returns string

Generated using TypeDoc