IIgrNumericXAxisProps
Properties
Section titled "Properties"Optional abbreviatedLabelFormat
Section titled "abbreviatedLabelFormat"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the label format string to use for the label.
abbreviatedLabelFormat?: string Optional abbreviatedLabelFormatSpecifiers
Section titled "abbreviatedLabelFormatSpecifiers"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the format specifiers to use with the AbbreviatedLabelFormat string.
abbreviatedLabelFormatSpecifiers?: any[] Optional abbreviateLargeNumbers
Section titled "abbreviateLargeNumbers"Inherited from: IIgrStraightNumericAxisBaseProps
A boolean indicating whether or not to abbreviate large numbers.
abbreviateLargeNumbers?: string | boolean Optional actualInterval
Section titled "actualInterval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective value for the current Interval.
``
actualInterval?: string | number Optional actualIsLogarithmic
Section titled "actualIsLogarithmic"Inherited from: IIgrStraightNumericAxisBaseProps
Determines if the axis has a valid logarithmic scale.
``
actualIsLogarithmic?: string | boolean Optional actualMajorStroke
Section titled "actualMajorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the ActualMajorStroke property.
The ActualMajorStroke property is used for ActualMajorStroke of the axis.
actualMajorStroke?: string Optional actualMaximumValue
Section titled "actualMaximumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective maximum value for the current numeric axis object.
``
actualMaximumValue?: string | number Optional actualMaxPrecision
Section titled "actualMaxPrecision"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective value for the current max precision.
actualMaxPrecision?: string | number Optional actualMinimumValue
Section titled "actualMinimumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective minimum value for the current numeric axis object.
``
actualMinimumValue?: string | number Optional actualMinorInterval
Section titled "actualMinorInterval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective value for the current MinorInterval.
``
actualMinorInterval?: string | number Optional actualMinorStroke
Section titled "actualMinorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the ActualMinorStroke property.
The ActualMinorStroke property is used for ActualMinorStroke of the axis.
actualMinorStroke?: string Optional actualStroke
Section titled "actualStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the effective stroke used for the axis.
actualStroke?: string Optional actualVisibleMaximumValue
Section titled "actualVisibleMaximumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective visible maximum value for the current numeric axis object.
The ActualVisibleMaximumValue is used to get the current visible maximum value for the a numeric axis. Note, at times the ActualVisibleMaximumValue may differ from the ActualMaximumValue, for example when the chart is zoomed.
``
actualVisibleMaximumValue?: string | number Optional actualVisibleMinimumValue
Section titled "actualVisibleMinimumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets the effective minimum value for the current numeric axis object.
The actualVisibleMinimumValue is used to get the current visible maximum value for the a numeric axis. Note, at times the actualVisibleMinimumValue may differ from the actualMinimumValue, for example when the chart is zoomed.
``
actualVisibleMinimumValue?: string | number Optional autoRangeBufferMode
Section titled "autoRangeBufferMode"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets how the numeric axis will adjust its range buffer to less closely fix the data from the series.
autoRangeBufferMode?: string | AxisRangeBufferMode Optional children
Section titled "children"Inherited from: IIgrStraightNumericAxisBaseProps
children?: ReactNode Optional coercionMethods
Section titled "coercionMethods"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be re-imported into the chart.
The coercionMethods methods is to use when loading data from data sources. Should be specified before setting any member paths, if being used.
Setting it later will not cause data to be reimported into the chart.
coercionMethods?: any Optional companionAxisCrossingAxis
Section titled "companionAxisCrossingAxis"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets crossing axis for the companion axis.
companionAxisCrossingAxis?: IgrAxis Optional companionAxisCrossingAxisName
Section titled "companionAxisCrossingAxisName"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the name to use to resolve companionAxisCrossingAxis from markup.
companionAxisCrossingAxisName?: string Optional companionAxisCrossingValue
Section titled "companionAxisCrossingValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets crossing value for the companion axis.
companionAxisCrossingValue?: string | number Optional companionAxisEnabled
Section titled "companionAxisEnabled"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis is enabled for this axis.
companionAxisEnabled?: string | boolean Optional companionAxisInterval
Section titled "companionAxisInterval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets interval of labels on the companion axis.
companionAxisInterval?: string | number Optional companionAxisIsInverted
Section titled "companionAxisIsInverted"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis is inverted.
companionAxisIsInverted?: any Optional companionAxisIsLogarithmic
Section titled "companionAxisIsLogarithmic"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis is logarithmic.
companionAxisIsLogarithmic?: any Optional companionAxisLabelAngle
Section titled "companionAxisLabelAngle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets label angle on the companion axis.
companionAxisLabelAngle?: string | number Optional companionAxisLabelColor
Section titled "companionAxisLabelColor"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets color of labels on the companion axis.
companionAxisLabelColor?: string Optional companionAxisLabelExtent
Section titled "companionAxisLabelExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets extent of labels on the companion axis.
companionAxisLabelExtent?: string | number Optional companionAxisLabelHorizontalAlignment
Section titled "companionAxisLabelHorizontalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets horizontal alignment of labels on the companion axis.
companionAxisLabelHorizontalAlignment?: any Optional companionAxisLabelLocation
Section titled "companionAxisLabelLocation"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets location of labels on the companion axis.
companionAxisLabelLocation?: string | AxisLabelsLocation Optional companionAxisLabelOpposite
Section titled "companionAxisLabelOpposite"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis has opposite location of this axis.
companionAxisLabelOpposite?: string | boolean Optional companionAxisLabelVerticalAlignment
Section titled "companionAxisLabelVerticalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets vertical alignment of the companion axis.
companionAxisLabelVerticalAlignment?: any Optional companionAxisLabelVisible
Section titled "companionAxisLabelVisible"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis has visible labels.
companionAxisLabelVisible?: any Optional companionAxisLogarithmBase
Section titled "companionAxisLogarithmBase"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets logarithm base on the companion axis.
companionAxisLogarithmBase?: string | number Optional companionAxisMajorStroke
Section titled "companionAxisMajorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets stroke of major gridlines on the companion axis.
companionAxisMajorStroke?: string Optional companionAxisMajorStrokeThickness
Section titled "companionAxisMajorStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets thickness of major gridlines on the companion axis.
companionAxisMajorStrokeThickness?: string | number Optional companionAxisMaximumValue
Section titled "companionAxisMaximumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets maximum value the companion axis.
companionAxisMaximumValue?: string | number Optional companionAxisMinExtent
Section titled "companionAxisMinExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets label angle on the companion axis.
companionAxisMinExtent?: string | number Optional companionAxisMinimumValue
Section titled "companionAxisMinimumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets minimum value the companion axis.
companionAxisMinimumValue?: string | number Optional companionAxisMinorInterval
Section titled "companionAxisMinorInterval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets interval of minor gridlines on the companion axis.
companionAxisMinorInterval?: string | number Optional companionAxisMinorStroke
Section titled "companionAxisMinorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets stroke of minior gridlines on the companion axis.
companionAxisMinorStroke?: string Optional companionAxisMinorStrokeThickness
Section titled "companionAxisMinorStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets thickness of minior gridlines on the companion axis.
companionAxisMinorStrokeThickness?: string | number Optional companionAxisShouldAutoTruncateAnnotations
Section titled "companionAxisShouldAutoTruncateAnnotations"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis should auto truncate annotations.
companionAxisShouldAutoTruncateAnnotations?: any Optional companionAxisShouldAvoidAnnotationCollisions
Section titled "companionAxisShouldAvoidAnnotationCollisions"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis should avoid annotation collisions.
companionAxisShouldAvoidAnnotationCollisions?: any Optional companionAxisShouldKeepAnnotationsInView
Section titled "companionAxisShouldKeepAnnotationsInView"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis should keep annotations in view.
companionAxisShouldKeepAnnotationsInView?: any Optional companionAxisStrip
Section titled "companionAxisStrip"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets color of strips on the companion axis.
companionAxisStrip?: string Optional companionAxisStroke
Section titled "companionAxisStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets color of line stroke on the companion axis.
companionAxisStroke?: string Optional companionAxisStrokeThickness
Section titled "companionAxisStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets label angle on the companion axis.
companionAxisStrokeThickness?: string | number Optional companionAxisSyncronizedWithPrimaryAxis
Section titled "companionAxisSyncronizedWithPrimaryAxis"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether or not the companion axis is syncronized with properties of primary axis unless CompanionAxis* properties are set In other words, companion axis' LabelExtent will syncronize with primary axis' LabelExtent unless CompanionAxisLabelExtent is set
companionAxisSyncronizedWithPrimaryAxis?: string | boolean Optional companionAxisTickLength
Section titled "companionAxisTickLength"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets length of ticks on the companion axis.
companionAxisTickLength?: string | number Optional companionAxisTickStroke
Section titled "companionAxisTickStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets color of ticks on the companion axis.
companionAxisTickStroke?: string Optional companionAxisTickStrokeThickness
Section titled "companionAxisTickStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets label angle on the companion axis.
companionAxisTickStrokeThickness?: string | number Optional companionAxisTitle
Section titled "companionAxisTitle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets title on the companion axis.
companionAxisTitle?: string Optional crossingAxis
Section titled "crossingAxis"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the CrossingAxis property.
The CrossingAxis property is used for CrossingAxis .
``
crossingAxis?: IgrAxis Optional crossingAxisName
Section titled "crossingAxisName"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the name to use to resolve crossingAxis from markup.
crossingAxisName?: string Optional crossingValue
Section titled "crossingValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the CrossingValue property.
The CrossingValue property is used for CrossingValue of the axis.
``
crossingValue?: any Optional enhancedIntervalMinimumCharacters
Section titled "enhancedIntervalMinimumCharacters"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the minimum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels.
The EnhancedIntervalMinimumCharacters property is used to set the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics.
enhancedIntervalMinimumCharacters?: string | number Optional enhancedIntervalPreferMoreCategoryLabels
Section titled "enhancedIntervalPreferMoreCategoryLabels"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether the enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
enhancedIntervalPreferMoreCategoryLabels?: string | boolean Optional expectFunctions
Section titled "expectFunctions"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.
expectFunctions?: string | boolean Optional favorLabellingScaleEnd
Section titled "favorLabellingScaleEnd"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether the axis should favor emitting a label at the end of the scale.
favorLabellingScaleEnd?: string | boolean Optional formatAbbreviatedLabel
Section titled "formatAbbreviatedLabel"Inherited from: IIgrStraightNumericAxisBaseProps
Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
formatAbbreviatedLabel?: object Optional formatLabel
Section titled "formatLabel"Inherited from: IIgrStraightNumericAxisBaseProps
Sets or gets a function which takes an object that produces a formatted label for displaying in the chart.
The FormatLabel function takes an object that produces a formatted label for displaying in the chart.
``
formatLabel?: object Optional interval
Section titled "interval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the Interval property.
The Interval is used to get or set the numeric axis major interval which specifies how frequent major gridlines and axis labels are rendered on an axis.
``
``
interval?: string | number Optional isCompanionAxis
Section titled "isCompanionAxis"Inherited from: IIgrStraightNumericAxisBaseProps
Gets whether this is companion axis automatically created for a primary axis
isCompanionAxis?: string | boolean Optional isDisabled
Section titled "isDisabled"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the IsDisabled property. If true, the axis will not be rendered.
The IsDisabled property is used to decide if the axis will not be rendered.
isDisabled?: string | boolean Optional isFormattingAbbreviatedLargeNumber
Section titled "isFormattingAbbreviatedLargeNumber"Inherited from: IIgrStraightNumericAxisBaseProps
isFormattingAbbreviatedLargeNumber?: string | boolean Optional isInverted
Section titled "isInverted"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the IsInverted property.
Gets or sets the IsInverted property.
isInverted?: string | boolean Optional isLogarithmic
Section titled "isLogarithmic"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the IsLogarithmic property.
IsLogarithmic is used to get or set whether the numeric axis scaler is in linear or logarithmic mode. For logarithmic scaling, this can be used in conjunction with LogarithmBase to further define the logarithmic scale.
``
``
isLogarithmic?: string | boolean Optional label
Section titled "label"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the axis label format string.
The Label property is used for label mapping of the axis labels.
``
label?: any Optional labelAngle
Section titled "labelAngle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the angle of the {0}.
The Angle property is used to set the angle of the axis.
``
``
labelAngle?: string | number Optional labelBottomMargin
Section titled "labelBottomMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied below the {0}.
The labelBottomMargin is used to set the bottom margin of the labels.
labelBottomMargin?: string | number Optional labelExtent
Section titled "labelExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Distance between the axis and the edge of the control.
The Extent property is used for the extent.
``
labelExtent?: string | number Optional labelFormat
Section titled "labelFormat"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the label format string to use for the label.
labelFormat?: string Optional labelFormatSpecifiers
Section titled "labelFormatSpecifiers"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the format specifiers to use with the LabelFormat string.
labelFormatSpecifiers?: any[] Optional labelHorizontalAlignment
Section titled "labelHorizontalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment property is used for the horizontal alignment.
labelHorizontalAlignment?: any Optional labelLeftMargin
Section titled "labelLeftMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied to the left of the {0}.
The labelLeftMargin property is used for the left margin of the labels.
labelLeftMargin?: string | number Optional labelLocation
Section titled "labelLocation"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the location of the {0}.
The Location property is used for the location.
labelLocation?: string | AxisLabelsLocation Optional labelMaximumExtent
Section titled "labelMaximumExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Maximum distance between the axis and the edge of the control.
labelMaximumExtent?: string | number Optional labelMaximumExtentPercentage
Section titled "labelMaximumExtentPercentage"Inherited from: IIgrStraightNumericAxisBaseProps
Maximum distance between the axis and the edge of the control, relative to Chart size.
labelMaximumExtentPercentage?: string | number Optional labelRightMargin
Section titled "labelRightMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied to the right of the {0}.
The labelRightMargin property is used for the right margin of the labels.
labelRightMargin?: string | number Optional labelShowFirstLabel
Section titled "labelShowFirstLabel"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel is used to check whether the first label is displayed when the zoom level is set to 1.
labelShowFirstLabel?: string | boolean Optional labelTextColor
Section titled "labelTextColor"Inherited from: IIgrStraightNumericAxisBaseProps
The color of the {0}.
The labelTextColor property Overrides the color of the text used for the axis labels.
``
``
labelTextColor?: string Optional labelTextStyle
Section titled "labelTextStyle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the text style to use for axis labels.
The labelTextStyle property Overrides the style of the text used for the axis labels.
``
``
labelTextStyle?: string Optional labelTopMargin
Section titled "labelTopMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied above the {0}.
The labelTopMargin property is used for the top margin of the labels.
``
labelTopMargin?: string | number Optional labelVerticalAlignment
Section titled "labelVerticalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment property is used for the vertical alignment of the axis.
labelVerticalAlignment?: any Optional labelVisibility
Section titled "labelVisibility"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the visibility of the {0}.
The Visibility property is used for the visibility of the axis.
labelVisibility?: any Optional logarithmBase
Section titled "logarithmBase"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the LogarithmBase property.
LogarithmBase is used to get or set logarithm base when a numeric axis is in Logarithmic scale mode. For logarithmic scaling, this is used in conjunction with IsLogarithmic or ScaleMode to set logarithmic scaling.
``
``
logarithmBase?: string | number Optional majorStroke
Section titled "majorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MajorStroke property. Null is treated as auto. Major lines will be displayed or not based on the axis type and series used with it.
Gets or sets the MajorStroke using this property.
``
majorStroke?: string Optional majorStrokeDashArray
Section titled "majorStrokeDashArray"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MajorStrokeDashArray property.
majorStrokeDashArray?: string | number[] Optional majorStrokeThickness
Section titled "majorStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MajorStrokeThickness property.
Gets or sets the MajorStrokeThickness using this property.
``
majorStrokeThickness?: string | number Optional maximumValue
Section titled "maximumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MaximumValue property.
Used to set the maximum value of a numeric axis. To get the maximum value in effect on a numeric axis use ActualMaximumValue.
``
``
maximumValue?: string | number Optional maxPrecision
Section titled "maxPrecision"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the the maximum precision to use for the auto interval.
maxPrecision?: string | number Optional minimumValue
Section titled "minimumValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MinimumValue property.
Used to set the minimum value of a numeric axis. To get the minimum value in effect on a numeric axis use ActualMinimumValue.
``
``
minimumValue?: string | number Optional minorInterval
Section titled "minorInterval"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MinorInterval property.
The MinorInterval is used to get or set the numeric axis minor interval which specifies how frequent minor gridlines are rendered on an axis. Please note, in order for minor gridlines to be displayed the following may also need to be set: MinorStroke, MinorStrokeThickness.
``
``
minorInterval?: string | number Optional minorStroke
Section titled "minorStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MinorStroke property.
Gets or sets the minorStroke thickness using MinorStrokeThickness property.
``
minorStroke?: string Optional minorStrokeDashArray
Section titled "minorStrokeDashArray"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MinorStrokeDashArray property.
minorStrokeDashArray?: string | number[] Optional minorStrokeThickness
Section titled "minorStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the MinorStrokeThickness property.
minorStrokeThickness?: string | number Inherited from: IIgrStraightNumericAxisBaseProps
Sets or gets a required unique name for the axis.
name: string Optional rangeChanged
Section titled "rangeChanged"Inherited from: IIgrStraightNumericAxisBaseProps
Occurs when the axis range changes.
rangeChanged?: object Optional referenceValue
Section titled "referenceValue"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the ReferenceValue property.
Used to get or set a reference value on a numeric axis which when used with an area, bar, or column series will result in the series shapes being drawn above or below the specified value.
``
``
referenceValue?: string | number Optional renderRequested
Section titled "renderRequested"Inherited from: IIgrStraightNumericAxisBaseProps
This event is raised every time a render has been requested from a series.
renderRequested?: object Optional scaleMode
Section titled "scaleMode"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the axis scale mode.
ScaleMode can be used on numeric axes to allow scaling data values using built-in scalers. The available scalers are linear or logarithmic.
``
``
scaleMode?: string | NumericScaleMode Optional shouldApplyMaxPrecisionWhenZoomed
Section titled "shouldApplyMaxPrecisionWhenZoomed"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the the maximum precision to use for the auto interval.
shouldApplyMaxPrecisionWhenZoomed?: string | boolean Optional shouldAutoTruncateAnnotations
Section titled "shouldAutoTruncateAnnotations"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether annotations on this axis will automatically truncate themselves to avoid colliding with each other. This only works if the ShouldAvoidAnnotationCollisions property is enabled.
shouldAutoTruncateAnnotations?: string | boolean Optional shouldAvoidAnnotationCollisions
Section titled "shouldAvoidAnnotationCollisions"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether annotations should be shifted to avoid collision, even if this would result in them appearing where they shouldn't be along the scale.
shouldAvoidAnnotationCollisions?: string | boolean Optional shouldKeepAnnotationsInView
Section titled "shouldKeepAnnotationsInView"Inherited from: IIgrStraightNumericAxisBaseProps
ets or sets whether annotations should be kept in view, even if they aren't positioned where they should appear on the scale.
shouldKeepAnnotationsInView?: string | boolean Optional strip
Section titled "strip"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the Strip property.
Use Strip property to set the strip of the chart.
``
strip?: string Optional stroke
Section titled "stroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the Stroke property. Null is treated as auto. The axis stroke will be displayed or not based on the axis type and series used with it.
Use Stroke property to set the stroke of the chart.
``
stroke?: string Optional strokeDashArray
Section titled "strokeDashArray"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the StrokeDashArray property.
strokeDashArray?: string | number[] Optional strokeThickness
Section titled "strokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the StrokeThickness property.
Use StrokeThickness property for the thickness of the stroke.
``
strokeThickness?: string | number Optional tickLength
Section titled "tickLength"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the TickLength property.
Use TickLength property for The length of the tickmarks to display for this axis.
``
tickLength?: string | number Optional tickStroke
Section titled "tickStroke"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the TickStroke property.
Use TickStroke property for the color of the tickmarks.
``
tickStroke?: string Optional tickStrokeDashArray
Section titled "tickStrokeDashArray"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the TickStrokeDashArray property.
tickStrokeDashArray?: string | number[] Optional tickStrokeThickness
Section titled "tickStrokeThickness"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the TickStrokeThickness property.
Use TickStrokeThickness property for thickness of the stroke tickmarks.
``
tickStrokeThickness?: string | number Optional title
Section titled "title"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the Title property.
Use Title property to display the title of the component.
``
title?: string Optional titleAngle
Section titled "titleAngle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the angle of the {0}.
The Angle property is used to set the angle of the axis.
``
``
titleAngle?: string | number Optional titleBottomMargin
Section titled "titleBottomMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied below the {0}.
The labelBottomMargin is used to set the bottom margin of the labels.
titleBottomMargin?: string | number Optional titleExtent
Section titled "titleExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Distance between the axis and the edge of the control.
The Extent property is used for the extent.
``
titleExtent?: string | number Optional titleHorizontalAlignment
Section titled "titleHorizontalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the horizontal alignment of the {0}.
The HorizontalAlignment property is used for the horizontal alignment.
titleHorizontalAlignment?: any Optional titleLeftMargin
Section titled "titleLeftMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied to the left of the {0}.
The labelLeftMargin property is used for the left margin of the labels.
titleLeftMargin?: string | number Optional titleLocation
Section titled "titleLocation"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the location of the {0}.
The Location property is used for the location.
titleLocation?: string | AxisLabelsLocation Optional titleMaximumExtent
Section titled "titleMaximumExtent"Inherited from: IIgrStraightNumericAxisBaseProps
Maximum distance between the axis and the edge of the control.
titleMaximumExtent?: string | number Optional titleMaximumExtentPercentage
Section titled "titleMaximumExtentPercentage"Inherited from: IIgrStraightNumericAxisBaseProps
Maximum distance between the axis and the edge of the control, relative to Chart size.
titleMaximumExtentPercentage?: string | number Optional titlePosition
Section titled "titlePosition"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the title position relative to the axis labels.
titlePosition?: string | AxisTitlePosition Optional titleRightMargin
Section titled "titleRightMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied to the right of the {0}.
The labelRightMargin property is used for the right margin of the labels.
titleRightMargin?: string | number Optional titleShowFirstLabel
Section titled "titleShowFirstLabel"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether the first label is displayed when the zoom level is set to 1.
The ShowFirstLabel is used to check whether the first label is displayed when the zoom level is set to 1.
titleShowFirstLabel?: string | boolean Optional titleTextColor
Section titled "titleTextColor"Inherited from: IIgrStraightNumericAxisBaseProps
The color of the {0}.
The labelTextColor property Overrides the color of the text used for the axis labels.
``
``
titleTextColor?: string Optional titleTextStyle
Section titled "titleTextStyle"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the text style to use for axis labels.
The labelTextStyle property Overrides the style of the text used for the axis labels.
``
``
titleTextStyle?: string Optional titleTopMargin
Section titled "titleTopMargin"Inherited from: IIgrStraightNumericAxisBaseProps
Margin applied above the {0}.
The labelTopMargin property is used for the top margin of the labels.
``
titleTopMargin?: string | number Optional titleVerticalAlignment
Section titled "titleVerticalAlignment"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the vertical alignment of the {0}.
The VerticalAlignment property is used for the vertical alignment of the axis.
titleVerticalAlignment?: any Optional titleVisibility
Section titled "titleVisibility"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets the visibility of the {0}.
The Visibility property is used for the visibility of the axis.
titleVisibility?: any Optional useEnhancedIntervalManagement
Section titled "useEnhancedIntervalManagement"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.
Use UseEnhancedIntervalManagement property to gets/sets whether to use more advanced heuristics when determining the initial number of labels to render,
before resolving collisions, etc.
useEnhancedIntervalManagement?: string | boolean Optional usePerLabelHeightMeasurement
Section titled "usePerLabelHeightMeasurement"Inherited from: IIgrStraightNumericAxisBaseProps
Gets or sets whether to use label height measurement when determining the initial number of labels to render, before resolving collisions, etc.
usePerLabelHeightMeasurement?: string | boolean