Skip to main content

MarkerItem.RepresentedElement Property

Returns the chart element which is represented by the item.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ILegendVisible RepresentedElement { get; }

Property Value

Type Description
ILegendVisible

An object of a class implementing the ILegendVisible interface.

See Also