MindFusion.Wpf Pack Programmer's Guide
Axis Members
Constructors Properties Methods Events
 


Provides settings for the RealTimeChart axes.

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

 Public Constructors

  Name Description

Axis

Initializes a new instance of the Axes class.

 Public Properties

  Name Description

Background

Gets or sets the background for the axis.

DrawLabels

Gets or sets whether labels are drawn at the axis.

Interval

Gets or sets the interval between two adjacent values at the axis.

LabelBrush

Gets or sets the brush for the labels of the axis.

LabelFontFamily

Gets or sets the font family for the axes labels.

LabelFontSize

Gets the size of the label font.

LabelFormat

Gets or sets the format of the axes labels.

LabelFormatProvider

Gets or sets custom IFormatProvider object for formatting numeric labels at the axis.

LabelHorizontalAlignment

Gets or sets the horizontal alignment of the labels.

LabelOffset

Gets or sets the offset of the labels to the axis.

LabelOrigin

Gets or sets the numeric value of the first label at the axis.

Length

Gets or sets the length of the axes as a numeric value.

Origin

Gets or sets the smallest number at the axis.

PinLabels

Gets or sets whether chart labels are pinned to the axes.

Stroke

Gets or sets the stroke for the axis.

TickLength

Gets or sets the length of the axis ticks.

Title

Gets or sets the title for this Axis.

TitleBrush

Gets or sets the brush for the title of the axis.

TitleFontFamily

Gets or sets the font family for the axis title.

TitleFontSize

Gets or sets the size of the font for the axes title.

TitleOffset

Gets or sets the offset for the title.

TitleRotationAngle

Gets or sets the rotation angle of the title label.

VerticalAlignment

Gets or sets the vertical alignment of the labels.

Visibility

Gets or sets the visibility for the axis.

 Protected Methods

  Name Description

OnPropertyChanged

Invoked whenever the effective value of any dependency property in the Axis class has been updated.

 Public Events

  Name Description

PropertyChanged

Occurs when a property value in the Axis class changes.

 See Also

Axis Class
MindFusion.RealTimeCharting.Wpf Namespace