Skip to main content

PolarChartValueAxisBuilder Methods

Provides methods that allow you to configure nested options of the client-side valueAxis 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.
AxisDivisionFactor(JS) Specifies a coefficient for dividing the value axis. Mirrors the client-side axisDivisionFactor option.
AxisDivisionFactor(Double) Specifies a coefficient for dividing the value axis. 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<PolarChartValueAxisConstantLineBuilder>>) Provides access to the client-side constantLines option that represents a constant line collection.
ConstantLineStyle(Action<PolarChartValueAxisConstantLineStyleBuilder>) 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) Mirrors the client-side endOnTick option.
EndOnTick(Boolean) 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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Grid(Action<PolarChartValueAxisGridBuilder>) An object defining the configuration properties for the grid lines of an axis in the PolarChart UI component. Mirrors the client-side grid object.
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<PolarChartValueAxisLabelBuilder>) Specifies properties for value 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.
MaxValueMargin(JS) Specifies a coefficient that determines the spacing between the maximum series point and the axis. Mirrors the client-side maxValueMargin option.
MaxValueMargin(Double) Specifies a coefficient that determines the spacing between the maximum series point and the axis. Mirrors the client-side maxValueMargin option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorGrid(Action<PolarChartValueAxisMinorGridBuilder>) Specifies the properties of the minor grid. Mirrors the client-side minorGrid object.
MinorTick(Action<PolarChartValueAxisMinorTickBuilder>) Specifies the properties of the minor ticks. 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<PolarChartValueAxisMinorTickIntervalBuilder>) 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.
MinValueMargin(JS) Specifies a coefficient that determines the spacing between the minimum series point and the axis. Mirrors the client-side minValueMargin option.
MinValueMargin(Double) Specifies a coefficient that determines the spacing between the minimum series point and the axis. Mirrors the client-side minValueMargin option.
MinVisualRangeLength(JS) Specifies the minimum length of the visual range. Mirrors the client-side minVisualRangeLength option.
MinVisualRangeLength(VizTimeInterval) Specifies the minimum length of the visual range. Mirrors the client-side minVisualRangeLength option.
MinVisualRangeLength(Action<PolarChartValueAxisMinVisualRangeLengthBuilder>) Specifies the minimum length of the visual range. Mirrors the client-side minVisualRangeLength object.
MinVisualRangeLength(Double) Specifies the minimum length of the visual range. Mirrors the client-side minVisualRangeLength 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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowZero(JS) Specifies whether or not to indicate a zero value on the value axis. Mirrors the client-side showZero option.
ShowZero(Boolean) Specifies whether or not to indicate a zero value on the value axis. Mirrors the client-side showZero option.
Strips(Action<CollectionFactory<PolarChartValueAxisStripBuilder>>) Provides access to the client-side strips option that represents an axis strip collection.
StripStyle(Action<PolarChartValueAxisStripStyleBuilder>) An object defining configuration properties for strip style. Mirrors the client-side stripStyle object.
Tick(Action<PolarChartValueAxisTickBuilder>) 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<PolarChartValueAxisTickIntervalBuilder>) 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 value axis. Mirrors the client-side type option.
ValueMarginsEnabled(JS) Indicates whether to display series with indents from axis boundaries. Mirrors the client-side valueMarginsEnabled option.
ValueMarginsEnabled(Boolean) Indicates whether to display series with indents from axis boundaries. Mirrors the client-side valueMarginsEnabled option.
ValueType(ChartDataType) Specifies the desired type of axis values. Mirrors the client-side valueType 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.
VisualRange(JS) Defines the axis' displayed range. Cannot be wider than the wholeRange. Mirrors the client-side visualRange option.
VisualRange(Action<VisualRangeBuilder>) Defines the axis' displayed range. Cannot be wider than the wholeRange. Mirrors the client-side visualRange object.
VisualRange(IEnumerable<DateTime>) Defines the axis' displayed range. Cannot be wider than the wholeRange. Mirrors the client-side visualRange option.
VisualRange(IEnumerable<Double>) Defines the axis' displayed range. Cannot be wider than the wholeRange. Mirrors the client-side visualRange option.
VisualRange(IEnumerable<String>) Defines the axis' displayed range. Cannot be wider than the wholeRange. Mirrors the client-side visualRange option.
VisualRangeUpdateMode(ValueAxisVisualRangeUpdateMode) Specifies how the axis's visual range should behave when the PolarChart data is updated. Mirrors the client-side visualRangeUpdateMode option.
WholeRange(JS) Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(Action<VisualRangeBuilder>) Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange object.
WholeRange(IEnumerable<DateTime>) Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<Double>) Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<String>) Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange 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