Skip to main content
A newer version of this page is available. .

LegendItem Members

Determines the appearance and content of a Legends item.

Properties

Name Description
ActualLineThickness Gets the actual line thickness of the MarkerItem. Inherited from MarkerItem.
ActualMarkerBrush Gets the actual marker brush of the MarkerItem. Inherited from MarkerItem.
ActualMarkerLineBrush Gets the actual marker line brush of the MarkerItem. Inherited from MarkerItem.
ActualMarkerMargin Gets the actual marker margin of the MarkerItem. Inherited from MarkerItem.
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.
FontSize Gets or sets the legend item font size.
FontStretch Gets or sets the legend item font stretch.
FontStyle Gets or sets the legend item font style.
FontWeight Gets or sets the legend item font weight.
Foreground Gets or sets the brush used to paint the foreground of the legend item.
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.
OpacityMask This property is hidden because it is not supported in this class. Inherited from MarkerItem.
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.

Methods

Name Description
CheckAccess() Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.
ClearValue(DependencyProperty) Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject.
ClearValue(DependencyPropertyKey) Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject.
CoerceValue(DependencyProperty) Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject.
GetHashCode() Gets a hash code for this DependencyObject. Inherited from DependencyObject.
GetLocalValueEnumerator() Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(DependencyProperty) Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject.
InvalidateProperty(DependencyProperty) Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnPropertyChanged(DependencyPropertyChangedEventArgs) protected Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. Inherited from DependencyObject.
ReadLocalValue(DependencyProperty) Returns the local value of a dependency property, if it exists. Inherited from DependencyObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetCurrentValue(DependencyProperty, Object) Sets the value of a dependency property without changing its value source. Inherited from DependencyObject.
SetValue(DependencyProperty, Object) Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject.
SetValue(DependencyPropertyKey, Object) Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject.
ShouldSerializeProperty(DependencyProperty) protected Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject.
ToString() Returns a string that represents the current object. Inherited from Object.
VerifyAccess() Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject.

Events

Name Description
PropertyChanged Occurs every time any of the MarkerItem class properties has changed its value. Inherited from MarkerItem.
See Also