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

MarkerItem.RepresentedElement Property

Returns the chart element which is represented by the item.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ILegendVisible RepresentedElement { get; }

Property Value

Type Description
ILegendVisible

An object of a class implementing the ILegendVisible interface.

See Also