Interface: LegendItem

    Border radius of the legend box

    since 3.1.0

    Defined in


    datasetIndex

    datasetIndex: number

    Index of the associated dataset

    Defined in

    index.esm.d.ts:2115LegendItem - 图2 (opens new window)


    fillStyle

    Optional fillStyle: Color

    Fill style of the legend box

    Defined in

    index.esm.d.ts:2120 (opens new window)


    fontColor

    Optional fontColor: Color

    Font color for the text Defaults to LegendOptions.labels.color

    Defined in

    index.esm.d.ts:2126LegendItem - 图4 (opens new window)


    hidden

    Optional hidden: boolean

    If true, this item represents a hidden dataset. Label will be rendered with a strike-through effect

    Defined in


    For box border.

    see https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D/lineCap

    Defined in

    index.esm.d.ts:2137LegendItem - 图6 (opens new window)


    lineDash

    Optional lineDash: number[]

    For box border.

    see https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/setLineDash

    Defined in

    index.esm.d.ts:2143 (opens new window)


    lineDashOffset

    Optional lineDashOffset: number

    For box border.

    see https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineDashOffset

    Defined in

    index.esm.d.ts:2149LegendItem - 图8 (opens new window)


    lineJoin

    Optional lineJoin:

    For box border.

    see https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/lineJoin

    Defined in

    index.esm.d.ts:2155 (opens new window)


    lineWidth

    Width of box border

    Defined in


    Optional pointStyle: PointStyle

    Point style of the legend box (only used if usePointStyle is true)

    Defined in

    index.esm.d.ts:2170 (opens new window)


    rotation

    Optional rotation: number

    Rotation of the point in degrees (only used if usePointStyle is true)

    Defined in


    strokeStyle

    Optional strokeStyle:

    Stroke style of the legend box

    Defined in


    text

    text: string

    Label that will be displayed

    Defined in

    index.esm.d.ts:2104LegendItem - 图14 (opens new window)


    textAlign

    textAlign: TextAlign

    Defined in

    index.esm.d.ts:2180 (opens new window)