MindFusion.Wpf Pack Programmer's Guide
AxisSettings Properties
 


 Public Properties

  Name Description

MajorUnit

Gets or sets the major unit of the axis, or null (Nothing in Visual Basic), to automatically calculate the major unit based on the chart data.

Maximum

Gets or sets the maximum value of the axis, or null (Nothing in Visual Basic), to automatically calculate the maximum value based on the chart data.

Minimum

Gets or sets the minimum value of the axis, or null (Nothing in Visual Basic), to automatically calculate the minimum value based on the chart data.

MinorUnit

Gets or sets the minor unit of the axis, or null (Nothing in Visual Basic), to automatically calculate the minor unit based on the chart data.

ShowMajorGridLines

Gets or sets a value indicating whether to display the major gird lines for this axis.

ShowMajorTicks

Gets or sets a value indicating whether to display the major ticks along the axis.

ShowMinorTicks

Gets or sets a value indicating whether to display the minor ticks along the axis.

Title

Gets or sets the axis title.

TitleFontBold

Gets or sets a value indicating whether the axis title is bold, or null (Nothing in Visual Basic), to use the FontBold property of the chart.

TitleFontItalic

Gets or sets a value indicating whether the axis title is italic, or null (Nothing in Visual Basic), to use the FontItalic property of the chart.

TitleFontName

Gets or sets the font name of the axis title, or null (Nothing in Visual Basic), to use the FontName property of the chart.

TitleFontSize

Gets or sets the font size of the axis title, or null (Nothing in Visual Basic), to use the FontSize property of the chart.

TitleFontStrikeout

Gets or sets a value indicating whether the axis title is with a line through the middle, or null (Nothing in Visual Basic), to use the FontStrikeout property of the chart.

TitleFontUnderline

Gets or sets a value indicating whether the axis title is underlined, or null (Nothing in Visual Basic), to use the FontUnderline property of the chart.

TitleTextBrush

Gets or sets the color of the axis title, or null (Nothing in Visual Basic), to use the TextBrush property of the chart.

 See Also

AxisSettings Class
MindFusion.Spreadsheet.Wpf.Charts Namespace