Skip to main content

LegendModel.MarkerMode Property

Gets or sets the value of the Legend.MarkerMode property within the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendMarkerMode MarkerMode { get; set; }

Property Value

Type Description
LegendMarkerMode

The specified legend marker mode.

Available values:

Name Description
Marker

Only markers are shown in the legend.

LegendMarkerMode_Markers

CheckBox

Only check boxes are shown in the legend.

LegendMarkerMode_CheckBoxes

CheckBoxAndMarker

Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers).

LegendMarkerMode_CheckBoxesAndMarkers

MarkerAndCheckBox

Markers and check boxes are shown in the legend simultaneously (markers are positioned in front of check boxes).

LegendMarkerMode_MarkerAndCheckBoxes

None

No check boxes or markers are shown in the legend.

LegendMarkerMode_None

See Also