Skip to main content

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.v23.2.dll

NuGet Package: 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