ChartXAxisBuilder
Methods
Date()
Sets the axis type to date.
Logarithmic()
Sets the axis type to logarithmic.
Numeric()
Sets the axis type to numeric.
Polar()
Sets the axis type to polar.
Title(System.String)
Sets the axis title.
Parameters
value - System.String
AxisCrossingValue(System.Object[])
Value at which the Y axis crosses this axis. (Only for object)Value indices at which the Y axes cross the value axis. (Only for array)Date at which the Y axis crosses this axis. (Only for date)
Parameters
value - System.Object[]
The value for AxisCrossingValue
Background(System.String)
The background color of the axis.
Parameters
value - System.String
The value for Background
BaseUnit(System.String)
The base time interval for the axis labels. The default baseUnit is determined automatically from the value range. Available options: milliseconds; seconds; minutes; hours; days; weeks; months or years.
Parameters
value - System.String
The value for BaseUnit
Categories(System.Object[])
The category names. Applicable for charts with X and Y category axes (heatmap).
Parameters
value - System.Object[]
The value for Categories
Color(System.String)
The color of the axis. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
Crosshair(System.Action)
The crosshair configuration options.
Parameters
configurator - System.Action<ChartXAxisCrosshairSettingsBuilder>
The configurator for the crosshair setting.
Labels(System.Action)
The axis labels configuration.
Parameters
configurator - System.Action<ChartXAxisLabelsSettingsBuilder>
The configurator for the labels setting.
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<ChartXAxisLineSettingsBuilder>
The configurator for the line setting.
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<ChartXAxisMajorGridLinesSettingsBuilder>
The configurator for the majorgridlines setting.
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<ChartXAxisMinorGridLinesSettingsBuilder>
The configurator for the minorgridlines setting.
MinorTicks(System.Action)
The configuration of the x axis minor ticks.
Parameters
configurator - System.Action<ChartXAxisMinorTicksSettingsBuilder>
The configurator for the minorticks setting.
MajorTicks(System.Action)
The configuration of the scatter chart x axis major ticks.
Parameters
configurator - System.Action<ChartXAxisMajorTicksSettingsBuilder>
The configurator for the majorticks setting.
MajorUnit(System.Double)
The interval between major divisions. If this is a date axis the value represents the number of xAxis.baseUnits between major divisions. If the xAxis.type is set to "log", the majorUnit value will be used for the base of the logarithm.
Parameters
value - System.Double
The value for MajorUnit
Max(System.Object)
The maximum value of the axis.
Parameters
value - System.Object
The value for Max
Min(System.Object)
The minimum value of the axis.
Parameters
value - System.Object
The value for Min
MinorUnit(System.Double)
The interval between minor divisions. It defaults to 1/5 of the xAxis.majorUnit. If the xAxis.type is set to "log", the minorUnit value represents the number of divisions between two major units and defaults to the major unit minus one.
Parameters
value - System.Double
The value for MinorUnit
Name(System.String)
The unique axis name. Used to associate a series with a x axis using the series.xAxis option.
Parameters
value - System.String
The value for Name
NarrowRange(System.Boolean)
If set to true the chart will prevent the automatic axis range from snapping to 0. Setting it to false will force the automatic axis range to snap to 0.
Parameters
value - System.Boolean
The value for NarrowRange
NarrowRange()
If set to true the chart will prevent the automatic axis range from snapping to 0. Setting it to false will force the automatic axis range to snap to 0.
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
PlotBands(System.Action)
The plot bands of the x axis.
Parameters
configurator - System.Action<ChartXAxisPlotBandFactory>
The configurator for the plotbands setting.
Reverse(System.Boolean)
If set to true the value axis direction will be reversed. By default values increase from left to right and from bottom to top.
Parameters
value - System.Boolean
The value for Reverse
Reverse()
If set to true the value axis direction will be reversed. By default values increase from left to right and from bottom to top.
StartAngle(System.Double)
The angle (degrees) where the 0 value is placed. Applicable to polar series.Angles increase counterclockwise and zero is to the right. Negative values are acceptable.
Parameters
value - System.Double
The value for StartAngle
Title(System.Action)
The title configuration of the scatter chart x axis.
Parameters
configurator - System.Action<ChartXAxisTitleSettingsBuilder>
The configurator for the title setting.
Type(System.String)
The axis type.The supported values are: "numeric" - numeric axis.; "date" - specialized axis for displaying chronological data. or "log" - logarithmic axis..
Parameters
value - System.String
The value for Type
Visible(System.Boolean)
If set to true the chart will display the x axis. By default the x axis is visible.
Parameters
value - System.Boolean
The value for Visible
Notes(System.Action)
The x axis notes configuration.
Parameters
configurator - System.Action<ChartXAxisNotesSettingsBuilder>
The configurator for the notes setting.