Gets or sets a type of the series value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Type SeriesValueType { get; set; }
Visual Basic (Declaration)
Public Property SeriesValueType As Type
Visual C++
public:
property Type^ SeriesValueType {
	Type^ get ();
	void set (Type^ value);
}

See Also