Series::MarkerStep Property
.NET Framework (current version)
Gets or sets a value that determines how often to display data point markers.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property int MarkerStep { int get(); void set(int value); }
Property Value
Type: System::Int32An integer value that determines how often to display data point markers. The default value is one (1).
The MarkerStep property specifies the frequency with which markers are displayed. For example, if you set this property to two (2), every other data point will use a marker.
This property is only used if markers are enabled using the MarkerStyle property.
.NET Framework
Available since 4.0
Available since 4.0
Show: