Series.MarkerStep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that determines how often to display data point markers.
public:
property int MarkerStep { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int MarkerStep { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MarkerStep : int with get, set
Public Property MarkerStep As Integer
Property Value
An integer
value that determines how often to display data point markers. The default value is one (1).
- Attributes
Remarks
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.