ChartAxisDefaultsSettingsBuilder
Methods
Background(System.String)
The background color of the axis.
Parameters
value - System.String
The value for Background
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
Color(System.String)
The color to apply to all axis elements. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
Crosshair(System.Action)
The crosshair configuration options.
Parameters
configurator - System.Action<ChartAxisDefaultsCrosshairSettingsBuilder>
The configurator for the crosshair setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
Labels(System.Action)
The axis labels configuration.
Parameters
configurator - System.Action<ChartAxisDefaultsLabelsSettingsBuilder>
The configurator for the labels setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
Line(System.Action)
The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
Parameters
configurator - System.Action<ChartAxisDefaultsLineSettingsBuilder>
The configurator for the line setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
MajorGridLines(System.Action)
The configuration of the major grid lines. These are the lines that are an extension of the major ticks through the body of the chart.
Parameters
configurator - System.Action<ChartAxisDefaultsMajorGridLinesSettingsBuilder>
The configurator for the majorgridlines setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
MajorTicks(System.Action)
The configuration of the axis major ticks.
Parameters
configurator - System.Action<ChartAxisDefaultsMajorTicksSettingsBuilder>
The configurator for the majorticks setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
MinorGridLines(System.Action)
The configuration of the minor grid lines. These are the lines that are an extension of the minor ticks through the body of the chart.
Parameters
configurator - System.Action<ChartAxisDefaultsMinorGridLinesSettingsBuilder>
The configurator for the minorgridlines setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
MinorTicks(System.Action)
The configuration of the axis minor ticks.
Parameters
configurator - System.Action<ChartAxisDefaultsMinorTicksSettingsBuilder>
The configurator for the minorticks setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
NarrowRange(System.Boolean)
If set to true the chart will prevent the axis range from snapping to 0. Setting it to false will force the axis range to snap to 0.
Parameters
value - System.Boolean
The value for NarrowRange
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
NarrowRange()
If set to true the chart will prevent the axis range from snapping to 0. Setting it to false will force the axis range to snap to 0.
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
Pane(System.String)
The name of the pane that the axis should be rendered in. The axis will be rendered in the first (default) pane if not set.
Parameters
value - System.String
The value for Pane
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
PlotBands(System.Action)
The plot bands of the axis.
Parameters
configurator - System.Action<ChartAxisDefaultsSettingsPlotBandFactory>
The configurator for the plotbands setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
Reverse(System.Boolean)
If set to true the axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
Parameters
value - System.Boolean
The value for Reverse
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
Reverse()
If set to true the axis direction will be reversed. By default categories are listed from left to right and from bottom to top.
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
StartAngle(System.Double)
The angle (degrees) of the first category on the axis.Angles increase clockwise and zero is to the left. Negative values are acceptable.
Parameters
value - System.Double
The value for StartAngle
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.
Title(System.Action)
The title configuration of the axis.
Parameters
configurator - System.Action<ChartAxisDefaultsTitleSettingsBuilder>
The configurator for the title setting.
RETURNS
Returns the current instance of ChartAxisDefaultsSettingsBuilder .
Visible(System.Boolean)
If set to true the chart will display the axis. By default the axis is visible.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ChartAxisDefaultsSettingsBuilder instance.