IIgrAxisProps
Properties
Section titled "Properties"Optional actualMajorStroke
Section titled "actualMajorStroke"Gets or sets the ActualMajorStroke property.
The ActualMajorStroke property is used for ActualMajorStroke of the axis.
actualMajorStroke?: string Optional actualMinorStroke
Section titled "actualMinorStroke"Gets or sets the ActualMinorStroke property.
The ActualMinorStroke property is used for ActualMinorStroke of the axis.
actualMinorStroke?: string Optional actualStroke
Section titled "actualStroke"Gets or sets the effective stroke used for the axis.
actualStroke?: string Optional children
Section titled "children"children?: ReactNode Optional coercionMethods
Section titled "coercionMethods"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"Gets or sets crossing axis for the companion axis.
companionAxisCrossingAxis?: IgrAxis Optional companionAxisCrossingAxisName
Section titled "companionAxisCrossingAxisName"Gets or sets the name to use to resolve companionAxisCrossingAxis from markup.
companionAxisCrossingAxisName?: string Optional companionAxisCrossingValue
Section titled "companionAxisCrossingValue"Gets or sets crossing value for the companion axis.
companionAxisCrossingValue?: string | number Optional companionAxisEnabled
Section titled "companionAxisEnabled"Gets or sets whether or not the companion axis is enabled for this axis.
companionAxisEnabled?: string | boolean Optional companionAxisIsInverted
Section titled "companionAxisIsInverted"Gets or sets whether or not the companion axis is inverted.
companionAxisIsInverted?: any Optional companionAxisLabelAngle
Section titled "companionAxisLabelAngle"Gets or sets label angle on the companion axis.
companionAxisLabelAngle?: string | number Optional companionAxisLabelColor
Section titled "companionAxisLabelColor"Gets or sets color of labels on the companion axis.
companionAxisLabelColor?: string Optional companionAxisLabelExtent
Section titled "companionAxisLabelExtent"Gets or sets extent of labels on the companion axis.
companionAxisLabelExtent?: string | number Optional companionAxisLabelHorizontalAlignment
Section titled "companionAxisLabelHorizontalAlignment"Gets or sets horizontal alignment of labels on the companion axis.
companionAxisLabelHorizontalAlignment?: any Optional companionAxisLabelLocation
Section titled "companionAxisLabelLocation"Gets or sets location of labels on the companion axis.
companionAxisLabelLocation?: string | AxisLabelsLocation Optional companionAxisLabelOpposite
Section titled "companionAxisLabelOpposite"Gets or sets whether or not the companion axis has opposite location of this axis.
companionAxisLabelOpposite?: string | boolean Optional companionAxisLabelVerticalAlignment
Section titled "companionAxisLabelVerticalAlignment"Gets or sets vertical alignment of the companion axis.
companionAxisLabelVerticalAlignment?: any Optional companionAxisLabelVisible
Section titled "companionAxisLabelVisible"Gets or sets whether or not the companion axis has visible labels.
companionAxisLabelVisible?: any Optional companionAxisMajorStroke
Section titled "companionAxisMajorStroke"Gets or sets stroke of major gridlines on the companion axis.
companionAxisMajorStroke?: string Optional companionAxisMajorStrokeThickness
Section titled "companionAxisMajorStrokeThickness"Gets or sets thickness of major gridlines on the companion axis.
companionAxisMajorStrokeThickness?: string | number Optional companionAxisMinExtent
Section titled "companionAxisMinExtent"Gets or sets label angle on the companion axis.
companionAxisMinExtent?: string | number Optional companionAxisMinorStroke
Section titled "companionAxisMinorStroke"Gets or sets stroke of minior gridlines on the companion axis.
companionAxisMinorStroke?: string Optional companionAxisMinorStrokeThickness
Section titled "companionAxisMinorStrokeThickness"Gets or sets thickness of minior gridlines on the companion axis.
companionAxisMinorStrokeThickness?: string | number Optional companionAxisShouldAutoTruncateAnnotations
Section titled "companionAxisShouldAutoTruncateAnnotations"Gets or sets whether or not the companion axis should auto truncate annotations.
companionAxisShouldAutoTruncateAnnotations?: any Optional companionAxisShouldAvoidAnnotationCollisions
Section titled "companionAxisShouldAvoidAnnotationCollisions"Gets or sets whether or not the companion axis should avoid annotation collisions.
companionAxisShouldAvoidAnnotationCollisions?: any Optional companionAxisShouldKeepAnnotationsInView
Section titled "companionAxisShouldKeepAnnotationsInView"Gets or sets whether or not the companion axis should keep annotations in view.
companionAxisShouldKeepAnnotationsInView?: any Optional companionAxisStrip
Section titled "companionAxisStrip"Gets or sets color of strips on the companion axis.
companionAxisStrip?: string Optional companionAxisStroke
Section titled "companionAxisStroke"Gets or sets color of line stroke on the companion axis.
companionAxisStroke?: string Optional companionAxisStrokeThickness
Section titled "companionAxisStrokeThickness"Gets or sets label angle on the companion axis.
companionAxisStrokeThickness?: string | number Optional companionAxisSyncronizedWithPrimaryAxis
Section titled "companionAxisSyncronizedWithPrimaryAxis"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"Gets or sets length of ticks on the companion axis.
companionAxisTickLength?: string | number Optional companionAxisTickStroke
Section titled "companionAxisTickStroke"Gets or sets color of ticks on the companion axis.
companionAxisTickStroke?: string Optional companionAxisTickStrokeThickness
Section titled "companionAxisTickStrokeThickness"Gets or sets label angle on the companion axis.
companionAxisTickStrokeThickness?: string | number Optional companionAxisTitle
Section titled "companionAxisTitle"Gets or sets title on the companion axis.
companionAxisTitle?: string Optional crossingAxis
Section titled "crossingAxis"Gets or sets the CrossingAxis property.
The CrossingAxis property is used for CrossingAxis .
``
crossingAxis?: IgrAxis Optional crossingAxisName
Section titled "crossingAxisName"Gets or sets the name to use to resolve crossingAxis from markup.
crossingAxisName?: string Optional crossingValue
Section titled "crossingValue"Gets or sets the CrossingValue property.
The CrossingValue property is used for CrossingValue of the axis.
``
crossingValue?: any Optional enhancedIntervalMinimumCharacters
Section titled "enhancedIntervalMinimumCharacters"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"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"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 formatLabel
Section titled "formatLabel"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 isCompanionAxis
Section titled "isCompanionAxis"Gets whether this is companion axis automatically created for a primary axis
isCompanionAxis?: string | boolean Optional isDisabled
Section titled "isDisabled"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 isInverted
Section titled "isInverted"Gets or sets the IsInverted property.
Gets or sets the IsInverted property.
isInverted?: string | boolean Optional label
Section titled "label"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"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"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"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"Gets or sets the label format string to use for the label.
labelFormat?: string Optional labelFormatSpecifiers
Section titled "labelFormatSpecifiers"Gets or sets the format specifiers to use with the LabelFormat string.
labelFormatSpecifiers?: any[] Optional labelHorizontalAlignment
Section titled "labelHorizontalAlignment"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"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"Gets or sets the location of the {0}.
The Location property is used for the location.
labelLocation?: string | AxisLabelsLocation Optional labelMaximumExtent
Section titled "labelMaximumExtent"Maximum distance between the axis and the edge of the control.
labelMaximumExtent?: string | number Optional labelMaximumExtentPercentage
Section titled "labelMaximumExtentPercentage"Maximum distance between the axis and the edge of the control, relative to Chart size.
labelMaximumExtentPercentage?: string | number Optional labelRightMargin
Section titled "labelRightMargin"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"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"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"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"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"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"Gets or sets the visibility of the {0}.
The Visibility property is used for the visibility of the axis.
labelVisibility?: any Optional majorStroke
Section titled "majorStroke"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"Gets or sets the MajorStrokeDashArray property.
majorStrokeDashArray?: string | number[] Optional majorStrokeThickness
Section titled "majorStrokeThickness"Gets or sets the MajorStrokeThickness property.
Gets or sets the MajorStrokeThickness using this property.
``
majorStrokeThickness?: string | number Optional minorStroke
Section titled "minorStroke"Gets or sets the MinorStroke property.
Gets or sets the minorStroke thickness using MinorStrokeThickness property.
``
minorStroke?: string Optional minorStrokeDashArray
Section titled "minorStrokeDashArray"Gets or sets the MinorStrokeDashArray property.
minorStrokeDashArray?: string | number[] Optional minorStrokeThickness
Section titled "minorStrokeThickness"Gets or sets the MinorStrokeThickness property.
minorStrokeThickness?: string | number Sets or gets a required unique name for the axis.
name: string Optional rangeChanged
Section titled "rangeChanged"Occurs when the axis range changes.
rangeChanged?: object Optional renderRequested
Section titled "renderRequested"This event is raised every time a render has been requested from a series.
renderRequested?: object Optional shouldAutoTruncateAnnotations
Section titled "shouldAutoTruncateAnnotations"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"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"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"Gets or sets the Strip property.
Use Strip property to set the strip of the chart.
``
strip?: string Optional stroke
Section titled "stroke"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"Gets or sets the StrokeDashArray property.
strokeDashArray?: string | number[] Optional strokeThickness
Section titled "strokeThickness"Gets or sets the StrokeThickness property.
Use StrokeThickness property for the thickness of the stroke.
``
strokeThickness?: string | number Optional tickLength
Section titled "tickLength"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"Gets or sets the TickStroke property.
Use TickStroke property for the color of the tickmarks.
``
tickStroke?: string Optional tickStrokeDashArray
Section titled "tickStrokeDashArray"Gets or sets the TickStrokeDashArray property.
tickStrokeDashArray?: string | number[] Optional tickStrokeThickness
Section titled "tickStrokeThickness"Gets or sets the TickStrokeThickness property.
Use TickStrokeThickness property for thickness of the stroke tickmarks.
``
tickStrokeThickness?: string | number Optional title
Section titled "title"Gets or sets the Title property.
Use Title property to display the title of the component.
``
title?: string Optional titleAngle
Section titled "titleAngle"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"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"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"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"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"Gets or sets the location of the {0}.
The Location property is used for the location.
titleLocation?: string | AxisLabelsLocation Optional titleMaximumExtent
Section titled "titleMaximumExtent"Maximum distance between the axis and the edge of the control.
titleMaximumExtent?: string | number Optional titleMaximumExtentPercentage
Section titled "titleMaximumExtentPercentage"Maximum distance between the axis and the edge of the control, relative to Chart size.
titleMaximumExtentPercentage?: string | number Optional titlePosition
Section titled "titlePosition"Gets or sets the title position relative to the axis labels.
titlePosition?: string | AxisTitlePosition Optional titleRightMargin
Section titled "titleRightMargin"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"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"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"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"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"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"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"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"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