MarkerItem.RepresentedElement Property
In This Article
Returns the chart element which is represented by the item.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ILegendVisible RepresentedElement { get; }
#Property Value
Type | Description |
---|---|
ILegend |
An object of a class implementing the ILegend |
See Also