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

ChartArgumentAxisBuilder Members

Provides methods that allow you to configure nested options of the client-side argumentAxis object.

Constructors

Name Description
ChartArgumentAxisBuilder(OptionsOwnerContext) For internal use only. Initializes a new ChartArgumentAxisBuilder class instance.

Methods

Name Description
AggregateByCategory(JS) Mirrors the client-side aggregateByCategory option.
AggregateByCategory(Boolean) Mirrors the client-side aggregateByCategory option.
AggregatedPointsPosition(AggregatedPointsPosition)
AggregationGroupWidth(JS) Mirrors the client-side aggregationGroupWidth option.
AggregationGroupWidth(Double) Mirrors the client-side aggregationGroupWidth option.
AggregationInterval(JS) Mirrors the client-side aggregationInterval option.
AggregationInterval(VizTimeInterval) Mirrors the client-side aggregationInterval option.
AggregationInterval(Action<ChartArgumentAxisAggregationIntervalBuilder>) Mirrors the client-side aggregationInterval object.
AggregationInterval(Double) Mirrors the client-side aggregationInterval option.
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.
Breaks(Action<CollectionFactory<VizScaleBreakBuilder>>) Provides access to the client-side breaks option that represents a scale break collection.
BreakStyle(Action<ChartArgumentAxisBreakStyleBuilder>) Mirrors the client-side breakStyle object.
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<ChartArgumentAxisConstantLineBuilder>>) Provides access to the client-side constantLines option that represents a constant line collection.
ConstantLineStyle(Action<ChartArgumentAxisConstantLineStyleBuilder>) Mirrors the client-side constantLineStyle object.
CustomPosition(JS) Mirrors the client-side customPosition option.
CustomPosition(DateTime) Mirrors the client-side customPosition option.
CustomPosition(Double) Mirrors the client-side customPosition option.
CustomPosition(String) Mirrors the client-side customPosition option.
CustomPositionAxis(JS) Mirrors the client-side customPositionAxis option.
CustomPositionAxis(String) Mirrors the client-side customPositionAxis option.
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<ChartArgumentAxisGridBuilder>) Mirrors the client-side grid object.
Holidays(JS) Mirrors the client-side holidays option.
Holidays(IEnumerable<DateTime>) Mirrors the client-side holidays option.
Holidays(IEnumerable<Double>) Mirrors the client-side holidays option.
Holidays(IEnumerable<String>) Mirrors the client-side holidays option.
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<ChartArgumentAxisLabelBuilder>) 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<ChartArgumentAxisMinorGridBuilder>) Mirrors the client-side minorGrid object.
MinorTick(Action<ChartArgumentAxisMinorTickBuilder>) 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<ChartArgumentAxisMinorTickIntervalBuilder>) 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<ChartArgumentAxisMinVisualRangeLengthBuilder>) Mirrors the client-side minVisualRangeLength object.
MinVisualRangeLength(Double) Mirrors the client-side minVisualRangeLength option.
Offset(JS) Mirrors the client-side offset option.
Offset(Double) Mirrors the client-side offset 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.
PlaceholderSize(JS) Mirrors the client-side placeholderSize option.
PlaceholderSize(Double) Mirrors the client-side placeholderSize option.
Position(Position) Mirrors the client-side position option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SingleWorkdays(JS) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<DateTime>) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<Double>) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<String>) Mirrors the client-side singleWorkdays option.
Strips(Action<CollectionFactory<ChartArgumentAxisStripBuilder>>) Provides access to the client-side strips option that represents an axis strip collection.
StripStyle(Action<ChartArgumentAxisStripStyleBuilder>) Mirrors the client-side stripStyle object.
Tick(Action<ChartArgumentAxisTickBuilder>) Mirrors the client-side tick object.
TickInterval(JS) Mirrors the client-side tickInterval option.
TickInterval(VizTimeInterval) Mirrors the client-side tickInterval option.
TickInterval(Action<ChartArgumentAxisTickIntervalBuilder>) Mirrors the client-side tickInterval object.
TickInterval(Double) Mirrors the client-side tickInterval option.
Title(JS) Mirrors the client-side title option.
Title(Action<ChartArgumentAxisTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title 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.
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(VisualRangeUpdateMode) 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.
WorkdaysOnly(JS) Mirrors the client-side workdaysOnly option.
WorkdaysOnly(Boolean) Mirrors the client-side workdaysOnly option.
WorkWeek(JS) Mirrors the client-side workWeek option.
WorkWeek(IEnumerable<Int32>) Mirrors the client-side workWeek option.
See Also