Skip to main content
A newer version of this page is available. .

LegendMarkerMode Enum

Lists values used to specify which marker type will be shown in the chart legend.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum LegendMarkerMode

Members

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

Related API Members

The following properties accept/return LegendMarkerMode values:

Library Related API Members
Cross-Platform Class Library Legend.MarkerMode
WinForms Controls LegendModel.MarkerMode

Remarks

The values listed by this enumeration can be used to set the Legend.MarkerMode property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LegendMarkerMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also