Series::YValueType Property
Gets or sets the type of Y-value data in the data points stored by a series.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode::Attribute)] public: property ChartValueType YValueType { ChartValueType get (); void set (ChartValueType value); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::ChartValueTypeA ChartValueType enumeration value that determines the type of Y-value data stored by the series. The default value is Auto.
The YValueType property determines the type of data stored by the series. The value of this property is normally set to either Auto or DateTime.
The IntervalType property found in axis label, tick mark, and grid classes determines the interval type.
This property can also be used to determine the data type to which the Y-values are bound.
It is possible to plot date expressions as the values of data points, though this is rarely done. If you set this property to DateTime, the Y-value can then entered as a DateTime value, and not as a Double. Date and time values are internally stored by .NET Framework as Double values.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.