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

LegendItem.ShowMarkerAfterCheckBox Property

Returns the value specifying whether the legend item’s marker is shown after its check box.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool ShowMarkerAfterCheckBox { get; }

Property Value

Type Description
Boolean

true if the legend item’s legend marker is shown after the legend check box; otherwise false.

See Also