Skip to main content
A newer version of this page is available. .

PolarChartValueAxisBuilder Methods

Provides methods that allow you to configure nested options of the client-side valueAxis object.
Name Description
AllowDecimals(JS) Mirrors the client-side allowDecimals option.
AllowDecimals(Boolean) Mirrors the client-side allowDecimals option.
AxisDivisionFactor(JS) Mirrors the client-side axisDivisionFactor option.
AxisDivisionFactor(Double) Mirrors the client-side axisDivisionFactor option.
Categories(JS) Mirrors the client-side categories option.
Categories(IEnumerable<DateTime>) Mirrors the client-side categories option.
Categories(IEnumerable<Double>) Mirrors the client-side categories option.
Categories(IEnumerable<String>) Mirrors the client-side categories option.
Color(JS) Mirrors the client-side color option.
Color(String) 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>) Mirrors the client-side constantLineStyle object.
DiscreteAxisDivisionMode(DiscreteAxisDivisionMode) 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>) Mirrors the client-side grid object.
Inverted(JS) Mirrors the client-side inverted option.
Inverted(Boolean) Mirrors the client-side inverted option.
Label(Action<PolarChartValueAxisLabelBuilder>) Mirrors the client-side label object.
LinearThreshold(JS) Mirrors the client-side linearThreshold option.
LinearThreshold(Double) Mirrors the client-side linearThreshold option.
LogarithmBase(JS) Mirrors the client-side logarithmBase option.
LogarithmBase(Double) Mirrors the client-side logarithmBase option.
MaxValueMargin(JS) Mirrors the client-side maxValueMargin option.
MaxValueMargin(Double) Mirrors the client-side maxValueMargin option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorGrid(Action<PolarChartValueAxisMinorGridBuilder>) Mirrors the client-side minorGrid object.
MinorTick(Action<PolarChartValueAxisMinorTickBuilder>) Mirrors the client-side minorTick object.
MinorTickCount(JS) Mirrors the client-side minorTickCount option.
MinorTickCount(Int32) Mirrors the client-side minorTickCount option.
MinorTickInterval(JS) Mirrors the client-side minorTickInterval option.
MinorTickInterval(VizTimeInterval) Mirrors the client-side minorTickInterval option.
MinorTickInterval(Action<PolarChartValueAxisMinorTickIntervalBuilder>) Mirrors the client-side minorTickInterval object.
MinorTickInterval(Double) Mirrors the client-side minorTickInterval option.
MinValueMargin(JS) Mirrors the client-side minValueMargin option.
MinValueMargin(Double) Mirrors the client-side minValueMargin option.
MinVisualRangeLength(JS) Mirrors the client-side minVisualRangeLength option.
MinVisualRangeLength(VizTimeInterval) Mirrors the client-side minVisualRangeLength option.
MinVisualRangeLength(Action<PolarChartValueAxisMinVisualRangeLengthBuilder>) Mirrors the client-side minVisualRangeLength object.
MinVisualRangeLength(Double) Mirrors the client-side minVisualRangeLength option.
Opacity(JS) Mirrors the client-side opacity option.
Opacity(Double) 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) Mirrors the client-side showZero option.
ShowZero(Boolean) 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>) Mirrors the client-side stripStyle object.
Tick(Action<PolarChartValueAxisTickBuilder>) Mirrors the client-side tick object.
TickInterval(JS) Mirrors the client-side tickInterval option.
TickInterval(VizTimeInterval) Mirrors the client-side tickInterval option.
TickInterval(Action<PolarChartValueAxisTickIntervalBuilder>) Mirrors the client-side tickInterval object.
TickInterval(Double) Mirrors the client-side tickInterval option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(AxisScaleType) Mirrors the client-side type option.
ValueMarginsEnabled(JS) Mirrors the client-side valueMarginsEnabled option.
ValueMarginsEnabled(Boolean) Mirrors the client-side valueMarginsEnabled option.
ValueType(ChartDataType) Mirrors the client-side valueType option.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
VisualRange(JS) Mirrors the client-side visualRange option.
VisualRange(Action<VizRangeBuilder>) Mirrors the client-side visualRange object.
VisualRange(IEnumerable<DateTime>) Mirrors the client-side visualRange option.
VisualRange(IEnumerable<Double>) Mirrors the client-side visualRange option.
VisualRange(IEnumerable<String>) Mirrors the client-side visualRange option.
VisualRangeUpdateMode(ValueAxisVisualRangeUpdateMode) Mirrors the client-side visualRangeUpdateMode option.
WholeRange(JS) Mirrors the client-side wholeRange option.
WholeRange(Action<VizRangeBuilder>) Mirrors the client-side wholeRange object.
WholeRange(IEnumerable<DateTime>) Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<Double>) Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<String>) Mirrors the client-side wholeRange option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
See Also