Skip to main content

LineSeries2D.MarkerVisible Property

Specifies whether or not series point markers are visible.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool MarkerVisible { get; set; }

#Property Value

Type Description
Boolean

true to show markers; false to hide them.

#Examples

The following example demonstrates how to create a 2D Line chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add two LineSeries2D objects with points to the diagram's Diagram.Series collection.

Also, this example shows how to add a legend (showing series names) to a chart.

#Implements

See Also