Determines if selecting a legend item will automatically select the corresponding data-point or series in the Chart depending on the current selection settings. true if automatic selection should occur, otherwise false. The default value of this property is false.
The horizontal offset from starting point specified by offsetOrigin property.
The starting point for the horizontal and vertical offset properties. Use values exported from ChartLegendOffsetOrigin.
The position of the legend. Use values exported from ChartLegendPosition.
The title of the legend.
Gets or sets the title color of the legend title.
Gets or sets the font size for the legend title. The value must be in device independent pixels.
The vertical offset from starting point specified by offsetOrigin property.
Identifies the enableSelection dependency property.
Identifies the horizontalOffset dependency property.
Identifies the offsetOrigin dependency property.
Identifies the position dependency property.
Identifies the legend title color dependency property.
Identifies the legend title dependency property.
Identifies the legend title font size dependency property.
Identifies the verticalOffset dependency property.
Generated using TypeDoc
This class represents the Chart legend. You can use this class to show a legend in your chart, as well as customize its behavior.