MindFusion.Charting for Silverlight 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

CustomLabelPositionProperty

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

LabelRotationAngleProperty

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

 Public Properties

  Name Description

CustomLabelPosition

Gets or sets the position of custom labels.

Interval

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

IntervalCount

Gets or sets the count of intervals at the axis.

LabelFontFamily

Gets or sets the font family for the labels at the axis.

LabelFontSize

Gets or sets the font size for the labels at the axis.

LabelFontStyle

Gets or sets the font style for the chart labels.

LabelFontWeight

Gets or sets the font weight for the labels at the axis.

LabelFormat

Gets or sets the format of the labels.

LabelOffset

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

LabelRotationAngle

Gets or sets the rotation angle of labels at a horizontal axis.

LabelStroke

Gets or sets the brush for drawing the labels at the axis.

LabelType

Gets or sets the type of labels drawn at the axis.

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.

TitleFontFamily

Gets or sets the font family for the title.

TitleFontSize

Gets or sets the font size for the title.

TitleFontStyle

Gets or sets the font style for the title.

TitleFontWeight

Gets or sets the font weight for the title.

TitleOffset

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

TitleRotationAngle

Gets or sets the rotation angle of the title label at a horizontal axis.

TitleStroke

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

ValueFormat

Gets or sets the format of data related to this axis.

 Public Methods

  Name Description

IsValidAngle

Checks if the given value is valid value for an angle.

OnInnerValueChanged

Raises the InnerValueChanged event.

 Public Events

  Name Description

InnerValueChanged

Occurs when a property of the AxisSettings object has changed.

 See Also

AxisSettings Class
MindFusion.Charting.Silverlight Namespace