Returns the bounds for the axis of the specified type.

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

Syntax

C#
public Bounds GetSimpleBounds(
	AxisType axisType
)
Visual Basic (Declaration)
Public Function GetSimpleBounds ( _
	axisType As AxisType _
) As Bounds
Visual C++
public:
Bounds GetSimpleBounds(
	AxisType axisType
)

Parameters

axisType
Type: PerpetuumSoft.Charts..::.AxisType

See Also