Returns the type of the series values.

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

Syntax

C#
public abstract Type GetSeriesValueType()
Visual Basic (Declaration)
Public MustOverride Function GetSeriesValueType As Type
Visual C++
public:
virtual Type^ GetSeriesValueType() abstract

See Also