LegendItem Properties
Determines the appearance and content of a Legends item.| Name | Description |
|---|---|
| ChartElement | Gets or sets the chart element that this legend item is based on. |
| CheckBoxBrush | Gets the color of the legend check box. |
| CheckBoxVisible | Gets a value that indicates whether a check box is visible on a legend. |
| CrosshairContentHeight | For internal use. Returns the Crosshair’s content height. |
| CrosshairContentWidth | For internal use. Returns the Crosshair’s content width. |
| CrosshairFontFamily | For internal use. Gets or sets the Crosshair’s text font size of a legend item. |
| CrosshairFontSize | For internal use. Gets or sets the Crosshair’s text font size of a legend item. |
| CrosshairFontStretch | For internal use. Gets or sets the Crosshair’s text font stretch of a legend item. |
| CrosshairFontStyle | For internal use. Gets or sets the Crosshair’s text font style of a legend item. |
| CrosshairFontWeight | For internal use. Gets or sets the Crosshair’s text font weight of a legend item. |
| CrosshairForeground | For internal use. Gets or sets the Crosshair’s text foreground of a legend item. |
| CrosshairText | For internal use. Gets or sets the visibility of a legend item’s crosshair text. |
| CrosshairTextVisible | For internal use. Gets or sets the visibility of a legend item’s crosshair text. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| FontFamily | Gets or sets the font family name of the legend item. Inherited from LegendItemBase. |
| FontSize | Gets or sets the legend item font size. Inherited from LegendItemBase. |
| FontStretch | Gets or sets the legend item font stretch. Inherited from LegendItemBase. |
| FontStyle | Gets or sets the legend item font style. Inherited from LegendItemBase. |
| FontWeight | Gets or sets the legend item font weight. Inherited from LegendItemBase. |
| Foreground | Gets or sets the brush used to paint the foreground of the legend item. Inherited from LegendItemBase. |
| IsEnabled | Returns a value that specifies whether a legend item is enabled. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| IsSelected | Returns a value that indicates whether a legend item is selected. |
| Legend | Gets or sets the legend of the legend’s item. |
| MarkerBrush | Gets or sets the brush used to visualize the item marker. Inherited from MarkerItem. |
| MarkerLineBrush | Gets or sets the marker line brush of the item. Inherited from MarkerItem. |
| MarkerLineStyle | Gets or sets the style of the item marker line. Inherited from MarkerItem. |
| MarkerTemplate | Gets or sets the template used to visualize the item marker. Inherited from MarkerItem. |
| MarkerVisible | Gets a value that defines whether the legend markers are visible. |
| RepresentedElement | Returns the chart element which is represented by the item. Inherited from MarkerItem. |
| ShowMarkerAfterCheckBox | Returns the value specifying whether the legend item’s marker is shown after its check box. |
| ShowMarkersIndent | Returns the value indicating whether the indent between legend marker and legend check box should be drawn. |
| ShowTextIndent | Returns the value indicating whether the indent between the legend marker or legend check box and legend text should be drawn. |
| Text | Gets the legend item’s text. Inherited from LegendItemBase. |
See Also