Draw a pie chart

绘制扇形

实现

构造函数

属性

fillColor: any

The fill color

填充颜色

lineColor: any

(Optional) The border color

(可选)边框颜色

lineWidth: number = 0

(Optional) The width of the border.

(可选)边框宽度。

radius: number = 0

The radius of the pie chart.

扇形半径。

x: number

The X-axis position to start drawing.

开始绘制的 X 轴位置。

y: number

The Y-axis position to start drawing.

开始绘制的 Y 轴位置。

ID: string = "DrawPie"

Identifier for the DrawPieCmd

绘制扇形命令的标识符

访问器

方法

  • 参数

    • x: number

      The X-axis position to start drawing

    • y: number

      The Y-axis position to start drawing

    • radius: number

      The radius of the pie chart

    • startAngle: number

      The start angle of the pie chart

    • endAngle: number

      The end angle of the pie chart

    • fillColor: any

      The fill color

    • lineColor: any

      The border color

    • lineWidth: number

      The width of the border

    返回 DrawPieCmd

    DrawPieCmd instance

    Create a DrawPieCmd instance

    创建一个绘制扇形命令实例