Search
Axis Members
Constructors Methods
 


Represents an Axis range.

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

 Public Constructors

  Name Description

Axis

Initializes a new instance of the Axis class.

 Public Methods

  Name Description

addPropertyChangeListener

Adds the specified PropertyChangeListener to this Axis.

getInterval

Gets the size of axis intervals.

getMaxValue

Gets the largest value displayed on this Axis.

getMinValue

Gets the smallest value displayed on this Axis.

getNumberFormat

Gets the number format of labels displayed at axis intervals.

getOrigin

Gets the axis origin.

getTitle

Gets the title label for this Axis.

init

Returns an AxisBuilder object used to configure this Axis instance.

inRange

Determines whether specified value is within the range of this Axis.

mapValueToPixelX

Maps a value from this axis' coordinate system to a pixel position in the specified view.

mapValueToPixelY

Maps a value from this Axis' coordinate system to a pixel position in specified view.

removePropertyChangeListener

Removes the specified PropertyChangeListener.

setInterval

Sets the size of the intervals for this Axis.

setMaxValue

Sets the largest value displayed on this Axis.

setMinValue

Sets the smallest value displayed on this Axis.

setNumberFormat

Sets the format of numerical labels rendered on this Axis.

setOrigin

Sets the axis origin.

setTitle

Sets the title for this Axis.

with

Returns an AxisBuilder object used to configure and create new Axis instances.

 Protected Methods

  Name Description

firePropertyChanged

Raises a PropertyChanged event.

 See Also