windowsforms-devexpress-dot-xtracharts-dot-designer-dot-legendmodel.md
Gets or sets the value of the Legend.MarkerMode property within the chart model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public LegendMarkerMode MarkerMode { get; set; }
<PropertyForOptions>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property MarkerMode As LegendMarkerMode
| 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