Returns the bounds of the series values.

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

Syntax

C#
public abstract Bounds GetValueBounds()
Visual Basic (Declaration)
Public MustOverride Function GetValueBounds As Bounds
Visual C++
public:
virtual Bounds GetValueBounds() abstract

See Also