Dundas Chart for Windows Forms
YValuesPerPoint Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Series Class : YValuesPerPoint Property


Gets or sets the maximum number of Y-values a Series object's DataPoint objects can have.


Number of Y values stored for each Data Point.

Syntax

Visual Basic (Declaration)  
Public Property YValuesPerPoint As Integer
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As Integer
 
instance.YValuesPerPoint = value
 
value = instance.YValuesPerPoint
C#  
public int YValuesPerPoint {get; set;}

Return Value

A value that represents the maximum number of Y-values that a series' data points can have. Defaults to one (1).

Remarks

Adding a DataPoint object to a Series object that has more Y-values than this property specifies will result in the excess Y-values being ignored.

The number of Y-values that are required to properly display a chart depends on the chart type in question. For details concerning the number of Y-values required to display the various chart types refer to the Data Requirements topic.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.