MindFusion WinForms Programmer's Guide
AxisSettings Members
Constructors Properties Methods
 


A class for specifying the settings of chart axes.

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

 Public Constructors

  Name Description

AxisSettings

Creates a new instance of the AxisSettings class.

 Public Properties

  Name Description

AxisDelta

Specifies the interval between labels at the chart axis.

AxisLength

Gets or sets the length of the chart axis.

CustomDateTimeFormat

Gets or sets custom DateTime format.

DataFormat

Gets or sets the format of data.

DateTimeFormat

Gets or sets the format of DateTime data.

DivisionCoef

Gets or sets the division coefficient for numerical values.

DivisionLabel

Gets or sets the unit of measure when numbers are cancelled.

DivMarkerAlignment

Gets or sets the alignment of division markers at the chart axis.

DivMarkerLength

Gets or sets the length of the division marker.

DrawTicksUniformly

Gets or sets whether ticks are drawn at equal intervals.

DrawZero

Gets or sets whether the zero label is drawn.

EndDateTime

Gets or sets the value of the last DateTime interval at the axis.

LabelAlignment

Gets or sets the alignment of labels at the chart axis.

LabelAtTheAxis

Gets or sets whether labels are drawn at the axis or outside the plot area.

LabelBrush

Gets or sets the brush for drawing the axis labels.

LabelFont

Gets or sets the font for the axis labels.

LabelOffset

Gets or sets the offset of the axis labels to the axis they refer to.

LabelPrefix

Gets or sets the prefix drawn with each label.

LabelSeriesIndex

Gets or sets the index of the series from which the labels are drawn.

LabelSpan

Gets or sets the distance among rows/columns of labels.

LabelSuffix

Gets or sets the suffix drawn with each label.

LabelType

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

MajorTickLength

Gets or sets the length of major axis ticks.

MajorTickPen

Gets or sets the pen for drawing major division ticks.

MaxValue

Specifies the maximum data value.

MinorTickLength

Gets or sets the length of minor axis ticks.

MinorTickPen

Gets or sets the pen for drawing minor axis ticks.

MinorTicksPerInterval

Gets or sets the count of minor ticks per one axis interval.

MinValue

Specifies the minimum data value.

NumberCustomFormat

Gets or sets the number format to use when NumberFormat is set to Custom.

NumberFormat

Gets or sets the format of numbers.

RotationAngle

Specifies the rotation angle of labels when the axis is horizontal.

SingleSeriesLabels

Gets or sets whether the labels from a single series are drawn.

StartDateTime

Specifies the start DateTime value.

TickAlignment

Gets or sets the alignment of scale division markers.

TimeSpan

A TimeSpan object that specifies the interval among DateTime values at the axis.

TitleLabel

Gets or sets the title of the chart axes.

TitleLabelAlignment

Gets or set the alignment of the TitleLabel.

TitleLabelBrush

Gets or sets the Brush for drawing the TitleLabel.

TitleLabelFont

Gets or sets the font for the TitleLabel.

TitleLabelOffset

Gets or sets the offset of the TitleLabel to the start of the chart axis.

TitleLabelOrientation

Gets or sets the orientation of the TitleLabel.

TitleLabelPosition

Gets or sets the position of the TitleLabel.

 Public Methods

  Name Description

Clone

Creates an exact copy of the current object.

 See Also

AxisSettings Class
MindFusion.Charting Namespace