MindFusion.Wpf Pack Programmer's Guide
Axis Properties
 


 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.

 See Also

Axis Class
MindFusion.Charting.Wpf Namespace