Series.YValuesPerPoint Property
.NET Framework (current version)
Namespace:
System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Return to top
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property YValuesPerPoint As Integer
Property Value
Type: System.Int32An integer value that represents the maximum number of Y-values that the data points in a series are allowed to have. The default value to one (1).
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: