Series.YValuesPerPoint Property

Definition

Gets or sets the maximum number of Y-values that DataPoint objects in a Series are allowed to have.

[System.ComponentModel.Bindable(true)]
public int YValuesPerPoint { get; set; }

Property Value

The maximum number of Y-values that the data points in a series are allowed to have. The default value is one (1).

Attributes

Remarks

If you add a DataPoint object that has more Y-values than this property specifies, the excess Y-values will be ignored.

The number of Y-values that are required to properly display a chart depends on the chart type selected.

Applies to

Produkt Versionen
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1