Charting for WPF Programmer's Guide

AxisSettings Members

Constructors Fields Properties Methods Events
 


Gets or sets the settings of a chart axis.

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

 Public Constructors

  Name Description

AxisSettings

Creates a new AxisSettings object.

 Public Fields

  Name Description

AxisLengthProperty

Identifies the AxisLength dependency property.

CustomLabelPositionProperty

Identifies the CustomLabelPosition dependency property.

IntervalProperty

Identifies the Interval dependency property.

LabelOffsetProperty

Identifies the LabelOffset 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.

TitleOffsetProperty

Identifies the TitleOffset dependency property.

TitleProperty

Identifies the Title dependency property.

 Public Properties

  Name Description

AxisLength

Gets or sets the length of the axis.

CustomLabelPosition

Gets or sets the position of custom labels.

Interval

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

LabelOffset

Gets or sets the offset of the label from the axis.

LabelType

Gets or sets the type of labels.

MaxValue

Gets or sets the maximum value at the axis.

MinValue

Gets or sets the minimum value at the axis.

Stroke

Gets or sets the brush for drawing the axis.

StrokeThickness

Gets or sets the thickness of the stroke for this axis.

Tick

Gets or sets the length of tick marks.

Title

Gets or sets the title of the axis.

TitleOffset

Gets or sets the offset of the title label from the axis.

 Public Methods

  Name Description

OnInnerValueChanged

Raises the InnerValueChanged event.

 Public Events

  Name Description

InnerValueChanged

Occurs when a property of the AxisSettings object has changed.

 See Also