Back to Devexpress

LegendBase.MarkerOffset Property

corelibraries-devexpress-dot-xtracharts-dot-legendbase-35befc06.md

latest1.5 KB
Original Source

LegendBase.MarkerOffset Property

Gets or sets the offset between a marker and check box, when both are displayed in the legend.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int MarkerOffset { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MarkerOffset As Integer

Property Value

TypeDescription
Int32

The integer value specifying the gap between markers and check boxes in the legend.

|

Remarks

The following image demonstrates all offsets and indents within a legend.

Note that if the Legend.MarkerMode is not set to MarkerAndCheckBox or CheckBoxAndMarker , this property is not taken into account when items are laid out.

See Also

LegendBase Class

LegendBase Members

DevExpress.XtraCharts Namespace