ChartLegendSettings
Properties
Background - String
Border - ChartLegendBorderSettings
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Height - Nullable
InactiveItems - ChartLegendInactiveItemsSettings
The chart legend label configuration.
Item - ChartLegendItemSettings
Sets the configuration of the legend items of type area. By default, all series except line and scatter use this legend type.
Labels - ChartLegendLabelsSettings
The text color of the labels. Accepts a valid CSS color string, including hex and rgb.
Margin - ChartLegendMarginSettings
The bottom margin of the chart legend.
OffsetX - Nullable
OffsetY - Nullable
Padding - ChartLegendPaddingSettings
The bottom padding of the chart legend.
Reverse - Nullable
Spacing - Nullable
Title - ChartLegendTitleSettings
The alignment of the title. "center" - the text is aligned to the middle.; "left" - the text is aligned to the left. or "right" - the text is aligned to the right..
Visible - Nullable
Width - Nullable
Align - Nullable
Orientation - Nullable
Position - Nullable
Chart - Chart
The common settings for all Chart series.
Methods
Serialize()
Serializes the settings to a Dictionary.