Search
Axis Members
Constructors Properties Methods Events
 


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 Properties

  Name Description

CustomFormat

Gets or sets a custom format provider to use when formatting coordinate labels.

Interval

Gets or sets the size of axis intervals.

MaxValue

Gets or sets the largest value displayed on this axis.

MinValue

Gets or sets the smallest value displayed on this axis.

NumberFormat

Gets or sets the number format of coordinate labels.

Origin

Gets or sets the origin of this axis.

Title

Gets or sets the axis title.

 Public Methods

  Name Description

InRange

Determines whether specified value is within the axis range.

MapValueToPixelX

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

MapValueToPixelY

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

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event.

 Public Events

  Name Description

PropertyChanged

Implements INotifyPropertyChanged.

 See Also