Search
AxisBuilder Members
Constructors Methods
 


A class used to initialize Axis objects.

The following tables list the members exposed by the AxisBuilder type.

 Public Constructors

  Name Description

AxisBuilder

Initializes a new instance of the AxisBuilder class.

 Public Methods

  Name Description

get

Returns the Axis object configured by this builder.

interval

Sets the size of axis intervals.

maxValue

Sets the largest value displayed on the axis.

minValue

Sets the smallest value displayed on the axis.

numberFormat

Sets the number format of coordinate labels.

origin

Sets the axis origin.

title

Sets the axis title.

 See Also