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

PolarChartArgumentAxisBuilder Methods

Provides methods that allow you to configure nested options of the client-side argumentAxis object.
Name Description
AllowDecimals(JS) Mirrors the client-side allowDecimals option.
AllowDecimals(Boolean) Mirrors the client-side allowDecimals option.
ArgumentType(ChartDataType) Mirrors the client-side argumentType 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<PolarChartArgumentAxisConstantLineBuilder>>) Provides access to the client-side constantLines option that represents a constant line collection.
ConstantLineStyle(Action<PolarChartArgumentAxisConstantLineStyleBuilder>) 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.
FirstPointOnStartAngle(JS) Mirrors the client-side firstPointOnStartAngle option.
FirstPointOnStartAngle(Boolean) 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>) Mirrors the client-side grid object.
HoverMode(ArgumentAxisHoverMode) Mirrors the client-side hoverMode option.
Inverted(JS) Mirrors the client-side inverted option.
Inverted(Boolean) Mirrors the client-side inverted option.
Label(Action<PolarChartArgumentAxisLabelBuilder>) 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.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorGrid(Action<PolarChartArgumentAxisMinorGridBuilder>) Mirrors the client-side minorGrid object.
MinorTick(Action<PolarChartArgumentAxisMinorTickBuilder>) 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<PolarChartArgumentAxisMinorTickIntervalBuilder>) Mirrors the client-side minorTickInterval object.
MinorTickInterval(Double) Mirrors the client-side minorTickInterval 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.
OriginValue(JS) Mirrors the client-side originValue option.
OriginValue(Double) Mirrors the client-side originValue option.
Period(JS) Mirrors the client-side period option.
Period(Double) 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) Mirrors the client-side startAngle option.
StartAngle(Double) 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>) Mirrors the client-side stripStyle object.
Tick(Action<PolarChartArgumentAxisTickBuilder>) Mirrors the client-side tick object.
TickInterval(JS) Mirrors the client-side tickInterval option.
TickInterval(VizTimeInterval) Mirrors the client-side tickInterval option.
TickInterval(Action<PolarChartArgumentAxisTickIntervalBuilder>) 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.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
See Also