Series.MarkerStep Property

Definition

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.

Applies to