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


Represents the settings of a chart axis.

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

 Public Constructors

  Name Description

AxisSettings

Initializes a new instance of the AxisSettings class.

 Public Fields

  Name Description

CustomLabelPositionProperty

Identifies the CustomLabelPosition dependency property.

HorizontalLabelAlignmentProperty

Identifies the HorizontalLabelAlignment dependency property.

LabelFormatProperty

Identifies the LabelFormat dependency property.

LabelOffsetProperty

Identifies the LabelOffset dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

TickProperty

Identifies the Tick dependency property.

ValueFormatProperty

Identifies the ValueFormat dependency property.

VerticalLabelAlignmentProperty

Identifies the VerticalLabelAlignment dependency property.

 Public Properties

  Name Description

CustomLabelPosition

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

HorizontalLabelAlignment

Gets or sets the horizontal alignment of axis labels, or null (Nothing in Visual Basic), to use the default alignment. 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.

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.

ValueFormat

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

VerticalLabelAlignment

Gets or sets the vertical alignment of axis labels, or null (Nothing in Visual Basic), to use the default alignment. This is a dependency property.

 See Also

AxisSettings Class
MindFusion.Reporting.Wpf Namespace