Contains the settings for the axes of a Chart object.
The following tables list the members exposed by the AxisSettings type.
Name | Description | |
---|---|---|
![]() |
Gets the major unit of the axis, or null, to automatically calculate the major unit based on the chart data. |
|
![]() |
Gets the maximum value of the axis, or null, to automatically calculate the maximum value based on the chart data. |
|
![]() |
Gets the minimum value of the axis, or null, to automatically calculate the minimum value based on the chart data. |
|
![]() |
Gets the minor unit of the axis, or null, to automatically calculate the minor unit based on the chart data. |
|
![]() |
Gets a value indicating whether to display the major gird lines for this axis. |
|
![]() |
Gets a value indicating whether to display the major ticks along the axis. |
|
![]() |
Gets a value indicating whether to display the minor ticks along the axis. |
|
![]() |
Gets the axis title. |
|
![]() |
Gets a value indicating whether the axis title is bold, or null, to use the FontBold property of the chart. |
|
![]() |
Gets a value indicating whether the axis title is italic, or null, to use the FontItalic property of the chart. |
|
![]() |
Gets the font name of the axis title, or null, to use the FontName property of the chart. |
|
![]() |
Gets the font size of the axis title, or null, to use the FontSize property of the chart. |
|
![]() |
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. |
|
![]() |
Gets a value indicating whether the axis title is underlined, or null, to use the FontUnderline property of the chart. |
|
![]() |
Gets the color of the axis title, or null, to use the TextColor property of the chart. |
|
![]() |
Gets a value indicating whether the axis is visible. |
|
![]() |
Sets the major unit of the axis, or null, to automatically calculate the major unit based on the chart data. |
|
![]() |
Sets the maximum value of the axis, or null, to automatically calculate the maximum value based on the chart data. |
|
![]() |
Sets the minimum value of the axis, or null, to automatically calculate the minimum value based on the chart data. |
|
![]() |
Sets the minor unit of the axis, or null, to automatically calculate the minor unit based on the chart data. |
|
![]() |
Sets a value indicating whether to display the major gird lines for this axis. |
|
![]() |
Sets a value indicating whether to display the major ticks along the axis. |
|
![]() |
Sets a value indicating whether to display the minor ticks along the axis. |
|
![]() |
Sets the axis title. |
|
![]() |
Sets a value indicating whether the axis title is bold, or null, to use the FontBold property of the chart. |
|
![]() |
Sets a value indicating whether the axis title is italic, or null, to use the FontItalic property of the chart. |
|
![]() |
Sets the font name of the axis title, or null, to use the FontName property of the chart. |
|
![]() |
Sets the font size of the axis title, or null, to use the FontSize property of the chart. |
|
![]() |
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. |
|
![]() |
Sets a value indicating whether the axis title is underlined, or null, to use the FontUnderline property of the chart. |
|
![]() |
Sets the color of the axis title, or null, to use the TextColor property of the chart. |
|
![]() |
Sets a value indicating whether the axis is visible. |