Search
AxisSettings Methods
 


 Public Methods

  Name Description

getMajorUnit

Gets the major unit of the axis, or null, to automatically calculate the major unit based on the chart data.

getMaximum

Gets the maximum value of the axis, or null, to automatically calculate the maximum value based on the chart data.

getMinimum

Gets the minimum value of the axis, or null, to automatically calculate the minimum value based on the chart data.

getMinorUnit

Gets the minor unit of the axis, or null, to automatically calculate the minor unit based on the chart data.

getShowMajorGridLines

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

getShowMajorTicks

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

getShowMinorTicks

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

getTitle

Gets the axis title.

getTitleFontBold

Gets a value indicating whether the axis title is bold, or null, to use the FontBold property of the chart.

getTitleFontItalic

Gets a value indicating whether the axis title is italic, or null, to use the FontItalic property of the chart.

getTitleFontName

Gets the font name of the axis title, or null, to use the FontName property of the chart.

getTitleFontSize

Gets the font size of the axis title, or null, to use the FontSize property of the chart.

getTitleFontStrikeout

Gets a value indicating whether the axis title is with a line through the middle, or null, to use the FontStrikeout property of the chart.

getTitleFontUnderline

Gets a value indicating whether the axis title is underlined, or null, to use the FontUnderline property of the chart.

getTitleTextColor

Gets the color of the axis title, or null, to use the TextColor property of the chart.

getVisible

Gets a value indicating whether the axis is visible.

setMajorUnit

Sets the major unit of the axis, or null, to automatically calculate the major unit based on the chart data.

setMaximum

Sets the maximum value of the axis, or null, to automatically calculate the maximum value based on the chart data.

setMinimum

Sets the minimum value of the axis, or null, to automatically calculate the minimum value based on the chart data.

setMinorUnit

Sets the minor unit of the axis, or null, to automatically calculate the minor unit based on the chart data.

setShowMajorGridLines

Sets a value indicating whether to display the major gird lines for this axis.

setShowMajorTicks

Sets a value indicating whether to display the major ticks along the axis.

setShowMinorTicks

Sets a value indicating whether to display the minor ticks along the axis.

setTitle

Sets the axis title.

setTitleFontBold

Sets a value indicating whether the axis title is bold, or null, to use the FontBold property of the chart.

setTitleFontItalic

Sets a value indicating whether the axis title is italic, or null, to use the FontItalic property of the chart.

setTitleFontName

Sets the font name of the axis title, or null, to use the FontName property of the chart.

setTitleFontSize

Sets the font size of the axis title, or null, to use the FontSize property of the chart.

setTitleFontStrikeout

Sets a value indicating whether the axis title is with a line through the middle, or null, to use the FontStrikeout property of the chart.

setTitleFontUnderline

Sets a value indicating whether the axis title is underlined, or null, to use the FontUnderline property of the chart.

setTitleTextColor

Sets the color of the axis title, or null, to use the TextColor property of the chart.

setVisible

Sets a value indicating whether the axis is visible.

 See Also