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


Contains the settings of a chart axis.

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

 Public Constructors

  Name Description

Axis

Initializes a new instance of the AxisSettings class.

 Public Fields

  Name Description

AxisCrossingPointProperty

Identifies the AxisCrossingPoint dependency property.

AxisOffsetProperty

Identifies the AxisOffset dependency property.

CustomLabelPositionProperty

Identifies the CustomLabelPosition dependency property.

HorLabelAlignmentProperty

Identifies the HorLabelAlignment dependency property.

IntervalCountProperty

Identifies the IntervalCount dependency property.

IntervalProperty

Identifies the Interval dependency property.

LabelFontFamilyProperty

Identifies the LabelFontFamily dependency property.

LabelFontSizeProperty

Identifies the LabelFontSize dependency property.

LabelFontStyleProperty

Identifies the LabelFontStyle dependency property.

LabelFontWeightProperty

Identifies the LabelFontWeight dependency property.

LabelFormatProperty

Identifies the LabelFormat dependency property.

LabelOffsetProperty

Identifies the LabelOffset dependency property.

LabelPathProperty

Identifies the LabelPath dependency property.

LabelRotationAngleProperty

Identifies the LabelRotationAngle dependency property.

LabelsProperty

Identifies the Labels dependency property.

LabelStrokeProperty

Identifies the LabelStroke dependency property.

LabelTypeProperty

Identifies the LabelType dependency property.

MaxValueProperty

Identifies the MaxValue dependency property.

MinValueProperty

Identifies the MinValue dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

TickProperty

Identifies the Tick dependency property.

TitleFontFamilyProperty

Identifies the TitleFontFamily dependency property.

TitleFontSizeProperty

Identifies the TitleFontSize dependency property.

TitleFontStyleProperty

Identifies the TitleFontStyle dependency property.

TitleFontWeightProperty

Identifies the TitleFontWeight dependency property.

TitleOffsetProperty

Identifies the TitleOffset dependency property.

TitleProperty

Identifies the Title dependency property.

TitleRotationAngleProperty

Identifies the TitleRotationAngle dependency property.

TitleStrokeProperty

Identifies the TitleStroke dependency property.

ValueFormatProperty

Identifies the ValueFormat dependency property.

VertLabelAlignmentProperty

Identifies the VertLabelAlignment dependency property.

 Public Properties

  Name Description

AxisCrossingPoint

Gets or sets the point where this axis is crossed by the other axis. This is a dependency property.

AxisOffset

Gets or sets the offset of the axis. This is a dependency property.

CustomLabelPosition

Gets or sets the position of custom labels. This is a dependency property.

HorLabelAlignment

Gets or sets the horizontal alignment of labels at the axis. This is a dependency property.

Interval

Gets or sets the interval between two adjacent values at the axis. This is a dependency property.

IntervalCount

Gets or sets the count of intervals at the axis. This is a dependency property.

LabelFontFamily

Gets or sets the font family for the labels at the axis. This is a dependency property.

LabelFontSize

Gets or sets the font size for the labels at the axis. This is a dependency property.

LabelFontStyle

Gets or sets the font style for the chart labels. This is a dependency property.

LabelFontWeight

Gets or sets the font weight for the labels at the axis. This is a dependency property.

LabelFormat

Gets or sets the format of the labels. This is a dependency property.

LabelOffset

Gets or sets the offset of the label from the axis. This is a dependency property.

LabelPath

Gets or sets the path to the property of the DataSource used for retrieving X-labels.

LabelRotationAngle

Gets or sets the rotation angle of labels at a horizontal axis. This is a dependency property.

Labels

Gets or sets custom labels for the axis.

LabelStroke

Gets or sets the brush for drawing the labels at the axis. This is a dependency property.

LabelType

Gets or sets the type of labels drawn at the axis. This is a dependency property.

MaxValue

Gets or sets the maximum value at the axis. This is a dependency property.

MinValue

Gets or sets the minimum value at the axis. This is a dependency property.

Stroke

Gets or sets the brush for drawing the axis. This is a dependency property.

StrokeThickness

Gets or sets the thickness of the stroke for this axis. This is a dependency property.

Tick

Gets or sets the length of tick marks. This is a dependency property.

Title

Gets or sets the title of the axis. This is a dependency property.

TitleFontFamily

Gets or sets the font family for the title. This is a dependency property.

TitleFontSize

Gets or sets the font size for the title. This is a dependency property.

TitleFontStyle

Gets or sets the font style for the title. This is a dependency property.

TitleFontWeight

Gets or sets the font weight for the title. This is a dependency property.

TitleOffset

Gets or sets the offset of the title label from the axis. This is a dependency property.

TitleRotationAngle

Gets or sets the rotation angle of the title label at a horizontal axis. This is a dependency property.

TitleStroke

Gets or sets the brush for drawing the title of the axis. This is a dependency property.

ValueFormat

Gets or sets the format of data related to this axis. This is a dependency property.

VertLabelAlignment

Gets or sets the vertical alignment of labels at the axis. This is a dependency property.

 Public Events

  Name Description

InnerValueChanged

Occurs when a property of the AxisSettings object has changed.

 See Also

Axis Class
MindFusion.Charting.Wpf Namespace