Legend.MarkerMode Property
Gets or sets the value indicating the marker type which the legend displays.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public LegendMarkerMode MarkerMode { get; set; }
#Property Value
Type | Description |
---|---|
Legend |
The value that specifies marker mode. |
Available values:
Name | Description |
---|---|
Marker | Only markers are shown in the legend. |
Check |
Only check boxes are shown in the legend. |
Check |
Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers). |
Marker |
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. |
#Remarks
To specify this property, use the LegendMarkerMode enumeration values. The following table lists all the possible values of the MarkerMode property.
Value | Image | Description |
---|---|---|
Legend |
![]() |
Only check boxes are shown in the legend. |
Legend |
![]() |
Check boxes and markers are shown in the legend simultaneously (check boxes are positioned in front of markers). |
Legend |
![]() |
Only markers are shown in the legend. |
Legend |
![]() |
Markers and check boxes are shown in the legend simultaneously (markers are positioned in front of check boxes). |
Legend |
![]() |
No check boxes or markers are shown in the legend. |