PolarChartArgumentAxisBuilder Methods
Provides methods that allow you to configure nested options of the client-side argumentAxis object.| Name | Description |
|---|---|
| AllowDecimals(JS) | Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allowDecimals option. |
| AllowDecimals(Boolean) | Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allowDecimals option. |
| ArgumentType(ChartDataType) | Specifies the desired type of axis values. Mirrors the client-side argumentType option. |
| AxisDivisionFactor(JS) | Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the 'continuous' and 'logarithmic' types. Mirrors the client-side axisDivisionFactor option. |
| AxisDivisionFactor(Double) | Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the 'continuous' and 'logarithmic' types. Mirrors the client-side axisDivisionFactor option. |
| Categories(JS) | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
| Categories(IEnumerable<DateTime>) | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
| Categories(IEnumerable<Double>) | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
| Categories(IEnumerable<String>) | Specifies the order of categories on an axis of the 'discrete' type. Mirrors the client-side categories option. |
| Color(JS) | Specifies the color of the line that represents an axis. Mirrors the client-side color option. |
| Color(String) | Specifies the color of the line that represents an axis. Mirrors the client-side color option. |
| ConstantLines(Action<CollectionFactory<PolarChartArgumentAxisConstantLineBuilder>>) | Provides access to the client-side constantLines option that represents a constant line collection. |
| ConstantLineStyle(Action<PolarChartArgumentAxisConstantLineStyleBuilder>) | Specifies the appearance of all the UI component's constant lines. Mirrors the client-side constantLineStyle object. |
| DiscreteAxisDivisionMode(DiscreteAxisDivisionMode) | Specifies whether ticks/grid lines of a discrete axis are located between labels or cross the labels. Mirrors the client-side discreteAxisDivisionMode option. |
| EndOnTick(JS) | Specifies whether to force the axis to start and end on ticks. Mirrors the client-side endOnTick option. |
| EndOnTick(Boolean) | Specifies whether to force the axis to start and end on ticks. Mirrors the client-side endOnTick option. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FirstPointOnStartAngle(JS) | Specifies whether or not to display the first point at the angle specified by the startAngle property. Mirrors the client-side firstPointOnStartAngle option. |
| FirstPointOnStartAngle(Boolean) | Specifies whether or not to display the first point at the angle specified by the startAngle property. Mirrors the client-side firstPointOnStartAngle option. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Grid(Action<PolarChartArgumentAxisGridBuilder>) | An object defining the configuration properties for the grid lines of an axis in the PolarChart UI component. Mirrors the client-side grid object. |
| HoverMode(ArgumentAxisHoverMode) | Specifies the elements that will be highlighted when the argument axis is hovered over. Mirrors the client-side hoverMode option. |
| Inverted(JS) | Indicates whether or not an axis is inverted. Mirrors the client-side inverted option. |
| Inverted(Boolean) | Indicates whether or not an axis is inverted. Mirrors the client-side inverted option. |
| Label(Action<PolarChartArgumentAxisLabelBuilder>) | Specifies properties for argument axis labels. Mirrors the client-side label object. |
| LinearThreshold(JS) | Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes. Mirrors the client-side linearThreshold option. |
| LinearThreshold(Double) | Specifies a value used to calculate the range on a logarithmic axis within which the axis should be linear. Applies only if the data source contains negative values or zeroes. Mirrors the client-side linearThreshold option. |
| LogarithmBase(JS) | Specifies the value to be raised to a power when generating ticks for a logarithmic axis. Mirrors the client-side logarithmBase option. |
| LogarithmBase(Double) | Specifies the value to be raised to a power when generating ticks for a logarithmic axis. Mirrors the client-side logarithmBase option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MinorGrid(Action<PolarChartArgumentAxisMinorGridBuilder>) | Specifies the properties of the minor grid. Mirrors the client-side minorGrid object. |
| MinorTick(Action<PolarChartArgumentAxisMinorTickBuilder>) | Mirrors the client-side minorTick object. |
| MinorTickCount(JS) | Specifies the number of minor ticks between two neighboring major ticks. Mirrors the client-side minorTickCount option. |
| MinorTickCount(Int32) | Specifies the number of minor ticks between two neighboring major ticks. Mirrors the client-side minorTickCount option. |
| MinorTickInterval(JS) | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |
| MinorTickInterval(VizTimeInterval) | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |
| MinorTickInterval(Action<PolarChartArgumentAxisMinorTickIntervalBuilder>) | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval object. |
| MinorTickInterval(Double) | Specifies the interval between minor ticks. Mirrors the client-side minorTickInterval option. |
| Opacity(JS) | Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option. |
| Opacity(Double) | Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option. |
| Option(String, Object) | Specifies an option by its name. |
| OriginValue(JS) | Specifies the value to be used as the origin for the argument axis. Mirrors the client-side originValue option. |
| OriginValue(Double) | Specifies the value to be used as the origin for the argument axis. Mirrors the client-side originValue option. |
| Period(JS) | Specifies the period of the argument values in the data source. Mirrors the client-side period option. |
| Period(Double) | Specifies the period of the argument values in the data source. Mirrors the client-side period option. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| StartAngle(JS) | Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise. Mirrors the client-side startAngle option. |
| StartAngle(Double) | Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise. Mirrors the client-side startAngle option. |
| Strips(Action<CollectionFactory<PolarChartArgumentAxisStripBuilder>>) | Provides access to the client-side strips option that represents an axis strip collection. |
| StripStyle(Action<PolarChartArgumentAxisStripStyleBuilder>) | An object defining configuration properties for strip style. Mirrors the client-side stripStyle object. |
| Tick(Action<PolarChartArgumentAxisTickBuilder>) | Mirrors the client-side tick object. |
| TickInterval(JS) | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |
| TickInterval(VizTimeInterval) | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |
| TickInterval(Action<PolarChartArgumentAxisTickIntervalBuilder>) | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval object. |
| TickInterval(Double) | Specifies an interval between axis ticks/grid lines. Mirrors the client-side tickInterval option. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Type(AxisScaleType) | Specifies the required type of the argument axis. Mirrors the client-side type option. |
| Visible(JS) | Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option. |
| Visible(Boolean) | Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option. |
| Width(JS) | Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option. |
| Width(Double) | Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option. |
See Also