LegendModel.MarkerMode Property
Gets or sets the value of the Legend.MarkerMode property within the chart model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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. |
CheckBox | Only check boxes are shown in the legend. |
CheckBoxAndMarker | Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers). |
MarkerAndCheckBox | Markers and check boxes are shown in the legend simultaneously (markers are positioned in front of check boxes). |
None | No check boxes or markers are shown in the legend. |
See Also