Represents a IgxDataChartComponent numeric Y axis.
The NumericYAxis treats the data as continuously varying numerical data items. Labels on this axis are placed along the Y-axis. Location of labels varies according to the value in a data column that is mapped using the YMemberPath property for Scatter Series or ValueMemberPath property for Category Series.
<igx-data-chart
[dataSource]="data" >
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
#yAxis>
</igx-numeric-y-axis>
<igx-column-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value">
</igx-column-series>
</igx-data-chart> Constructors
Section titled "Constructors"IgxNumericYAxisComponent
new IgxNumericYAxisComponent(): IgxNumericYAxisComponent Returns IgxNumericYAxisComponent
Properties
Section titled "Properties"ngAcceptInputType_abbreviatedLabelFormatSpecifiers
Section titled "ngAcceptInputType_abbreviatedLabelFormatSpecifiers"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_abbreviatedLabelFormatSpecifiers: string | any[] ngAcceptInputType_abbreviateLargeNumbers
Section titled "ngAcceptInputType_abbreviateLargeNumbers"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_abbreviateLargeNumbers: string | boolean ngAcceptInputType_actualInterval
Section titled "ngAcceptInputType_actualInterval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualInterval: string | number ngAcceptInputType_actualIsLogarithmic
Section titled "ngAcceptInputType_actualIsLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualIsLogarithmic: string | boolean ngAcceptInputType_actualMaximumValue
Section titled "ngAcceptInputType_actualMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualMaximumValue: string | number ngAcceptInputType_actualMaxPrecision
Section titled "ngAcceptInputType_actualMaxPrecision"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualMaxPrecision: string | number ngAcceptInputType_actualMinimumValue
Section titled "ngAcceptInputType_actualMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualMinimumValue: string | number ngAcceptInputType_actualMinorInterval
Section titled "ngAcceptInputType_actualMinorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualMinorInterval: string | number ngAcceptInputType_actualVisibleMaximumValue
Section titled "ngAcceptInputType_actualVisibleMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualVisibleMaximumValue: string | number ngAcceptInputType_actualVisibleMinimumValue
Section titled "ngAcceptInputType_actualVisibleMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_actualVisibleMinimumValue: string | number ngAcceptInputType_annotations
Section titled "ngAcceptInputType_annotations"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_annotations: string | IgxAxisAnnotationCollection ngAcceptInputType_autoRangeBufferMode
Section titled "ngAcceptInputType_autoRangeBufferMode"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_autoRangeBufferMode: string | AxisRangeBufferMode ngAcceptInputType_companionAxisCrossingValue
Section titled "ngAcceptInputType_companionAxisCrossingValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisCrossingValue: string | number ngAcceptInputType_companionAxisEnabled
Section titled "ngAcceptInputType_companionAxisEnabled"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisEnabled: string | boolean ngAcceptInputType_companionAxisInterval
Section titled "ngAcceptInputType_companionAxisInterval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisInterval: string | number ngAcceptInputType_companionAxisIsInverted
Section titled "ngAcceptInputType_companionAxisIsInverted"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisIsInverted: any ngAcceptInputType_companionAxisIsLogarithmic
Section titled "ngAcceptInputType_companionAxisIsLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisIsLogarithmic: any ngAcceptInputType_companionAxisLabelAngle
Section titled "ngAcceptInputType_companionAxisLabelAngle"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelAngle: string | number ngAcceptInputType_companionAxisLabelExtent
Section titled "ngAcceptInputType_companionAxisLabelExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelExtent: string | number ngAcceptInputType_companionAxisLabelHorizontalAlignment
Section titled "ngAcceptInputType_companionAxisLabelHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelHorizontalAlignment: any ngAcceptInputType_companionAxisLabelLocation
Section titled "ngAcceptInputType_companionAxisLabelLocation"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelLocation: string | AxisLabelsLocation ngAcceptInputType_companionAxisLabelOpposite
Section titled "ngAcceptInputType_companionAxisLabelOpposite"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelOpposite: string | boolean ngAcceptInputType_companionAxisLabelVerticalAlignment
Section titled "ngAcceptInputType_companionAxisLabelVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelVerticalAlignment: any ngAcceptInputType_companionAxisLabelVisible
Section titled "ngAcceptInputType_companionAxisLabelVisible"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLabelVisible: any ngAcceptInputType_companionAxisLogarithmBase
Section titled "ngAcceptInputType_companionAxisLogarithmBase"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisLogarithmBase: string | number ngAcceptInputType_companionAxisMajorStrokeThickness
Section titled "ngAcceptInputType_companionAxisMajorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMajorStrokeThickness: string | number ngAcceptInputType_companionAxisMaximumValue
Section titled "ngAcceptInputType_companionAxisMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMaximumValue: string | number ngAcceptInputType_companionAxisMinExtent
Section titled "ngAcceptInputType_companionAxisMinExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMinExtent: string | number ngAcceptInputType_companionAxisMinimumValue
Section titled "ngAcceptInputType_companionAxisMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMinimumValue: string | number ngAcceptInputType_companionAxisMinorInterval
Section titled "ngAcceptInputType_companionAxisMinorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMinorInterval: string | number ngAcceptInputType_companionAxisMinorStrokeThickness
Section titled "ngAcceptInputType_companionAxisMinorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisMinorStrokeThickness: string | number ngAcceptInputType_companionAxisShouldAutoTruncateAnnotations
Section titled "ngAcceptInputType_companionAxisShouldAutoTruncateAnnotations"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisShouldAutoTruncateAnnotations: any ngAcceptInputType_companionAxisShouldAvoidAnnotationCollisions
Section titled "ngAcceptInputType_companionAxisShouldAvoidAnnotationCollisions"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisShouldAvoidAnnotationCollisions: any ngAcceptInputType_companionAxisShouldKeepAnnotationsInView
Section titled "ngAcceptInputType_companionAxisShouldKeepAnnotationsInView"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisShouldKeepAnnotationsInView: any ngAcceptInputType_companionAxisStrokeThickness
Section titled "ngAcceptInputType_companionAxisStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisStrokeThickness: string | number ngAcceptInputType_companionAxisSyncronizedWithPrimaryAxis
Section titled "ngAcceptInputType_companionAxisSyncronizedWithPrimaryAxis"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisSyncronizedWithPrimaryAxis: string | boolean ngAcceptInputType_companionAxisTickLength
Section titled "ngAcceptInputType_companionAxisTickLength"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisTickLength: string | number ngAcceptInputType_companionAxisTickStrokeThickness
Section titled "ngAcceptInputType_companionAxisTickStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_companionAxisTickStrokeThickness: string | number ngAcceptInputType_enhancedIntervalMinimumCharacters
Section titled "ngAcceptInputType_enhancedIntervalMinimumCharacters"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_enhancedIntervalMinimumCharacters: string | number ngAcceptInputType_enhancedIntervalPreferMoreCategoryLabels
Section titled "ngAcceptInputType_enhancedIntervalPreferMoreCategoryLabels"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_enhancedIntervalPreferMoreCategoryLabels: string | boolean ngAcceptInputType_expectFunctions
Section titled "ngAcceptInputType_expectFunctions"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_expectFunctions: string | boolean ngAcceptInputType_favorLabellingScaleEnd
Section titled "ngAcceptInputType_favorLabellingScaleEnd"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_favorLabellingScaleEnd: string | boolean ngAcceptInputType_hasUserMaximum
Section titled "ngAcceptInputType_hasUserMaximum"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_hasUserMaximum: string | boolean ngAcceptInputType_hasUserMinimum
Section titled "ngAcceptInputType_hasUserMinimum"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_hasUserMinimum: string | boolean ngAcceptInputType_interval
Section titled "ngAcceptInputType_interval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_interval: string | number ngAcceptInputType_isAngular
Section titled "ngAcceptInputType_isAngular"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isAngular: string | boolean ngAcceptInputType_isCategory
Section titled "ngAcceptInputType_isCategory"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isCategory: string | boolean ngAcceptInputType_isCategoryDateTime
Section titled "ngAcceptInputType_isCategoryDateTime"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isCategoryDateTime: string | boolean ngAcceptInputType_isCompanionAxis
Section titled "ngAcceptInputType_isCompanionAxis"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isCompanionAxis: string | boolean ngAcceptInputType_isContinuous
Section titled "ngAcceptInputType_isContinuous"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isContinuous: string | boolean ngAcceptInputType_isDateTime
Section titled "ngAcceptInputType_isDateTime"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isDateTime: string | boolean ngAcceptInputType_isDisabled
Section titled "ngAcceptInputType_isDisabled"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isDisabled: string | boolean ngAcceptInputType_isFormattingAbbreviatedLargeNumber
Section titled "ngAcceptInputType_isFormattingAbbreviatedLargeNumber"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isFormattingAbbreviatedLargeNumber: string | boolean ngAcceptInputType_isHorizontal
Section titled "ngAcceptInputType_isHorizontal"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isHorizontal: string | boolean ngAcceptInputType_isInverted
Section titled "ngAcceptInputType_isInverted"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isInverted: string | boolean ngAcceptInputType_isLogarithmic
Section titled "ngAcceptInputType_isLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isLogarithmic: string | boolean ngAcceptInputType_isNumeric
Section titled "ngAcceptInputType_isNumeric"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isNumeric: string | boolean ngAcceptInputType_isOrdinal
Section titled "ngAcceptInputType_isOrdinal"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isOrdinal: string | boolean ngAcceptInputType_isPiecewise
Section titled "ngAcceptInputType_isPiecewise"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isPiecewise: string | boolean ngAcceptInputType_isPrimaryAxis
Section titled "ngAcceptInputType_isPrimaryAxis"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isPrimaryAxis: string | boolean ngAcceptInputType_isRadial
Section titled "ngAcceptInputType_isRadial"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isRadial: string | boolean ngAcceptInputType_isSorting
Section titled "ngAcceptInputType_isSorting"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_isSorting: string | boolean ngAcceptInputType_isVertical
Section titled "ngAcceptInputType_isVertical"ngAcceptInputType_isVertical: string | boolean ngAcceptInputType_labelAngle
Section titled "ngAcceptInputType_labelAngle"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelAngle: string | number ngAcceptInputType_labelBottomMargin
Section titled "ngAcceptInputType_labelBottomMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelBottomMargin: string | number ngAcceptInputType_labelExtent
Section titled "ngAcceptInputType_labelExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelExtent: string | number ngAcceptInputType_labelFormatSpecifiers
Section titled "ngAcceptInputType_labelFormatSpecifiers"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelFormatSpecifiers: string | any[] ngAcceptInputType_labelHorizontalAlignment
Section titled "ngAcceptInputType_labelHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelHorizontalAlignment: any ngAcceptInputType_labelLeftMargin
Section titled "ngAcceptInputType_labelLeftMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelLeftMargin: string | number ngAcceptInputType_labelLocation
Section titled "ngAcceptInputType_labelLocation"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelLocation: string | AxisLabelsLocation ngAcceptInputType_labelMaximumExtent
Section titled "ngAcceptInputType_labelMaximumExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelMaximumExtent: string | number ngAcceptInputType_labelMaximumExtentPercentage
Section titled "ngAcceptInputType_labelMaximumExtentPercentage"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelMaximumExtentPercentage: string | number ngAcceptInputType_labelRightMargin
Section titled "ngAcceptInputType_labelRightMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelRightMargin: string | number ngAcceptInputType_labelShowFirstLabel
Section titled "ngAcceptInputType_labelShowFirstLabel"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelShowFirstLabel: string | boolean ngAcceptInputType_labelTopMargin
Section titled "ngAcceptInputType_labelTopMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelTopMargin: string | number ngAcceptInputType_labelVerticalAlignment
Section titled "ngAcceptInputType_labelVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelVerticalAlignment: any ngAcceptInputType_labelVisibility
Section titled "ngAcceptInputType_labelVisibility"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_labelVisibility: any ngAcceptInputType_logarithmBase
Section titled "ngAcceptInputType_logarithmBase"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_logarithmBase: string | number ngAcceptInputType_majorStrokeDashArray
Section titled "ngAcceptInputType_majorStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_majorStrokeDashArray: string | number[] ngAcceptInputType_majorStrokeThickness
Section titled "ngAcceptInputType_majorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_majorStrokeThickness: string | number ngAcceptInputType_maximumValue
Section titled "ngAcceptInputType_maximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_maximumValue: string | number ngAcceptInputType_maxPrecision
Section titled "ngAcceptInputType_maxPrecision"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_maxPrecision: string | number ngAcceptInputType_minimumValue
Section titled "ngAcceptInputType_minimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_minimumValue: string | number ngAcceptInputType_minorInterval
Section titled "ngAcceptInputType_minorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_minorInterval: string | number ngAcceptInputType_minorStrokeDashArray
Section titled "ngAcceptInputType_minorStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_minorStrokeDashArray: string | number[] ngAcceptInputType_minorStrokeThickness
Section titled "ngAcceptInputType_minorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_minorStrokeThickness: string | number ngAcceptInputType_referenceValue
Section titled "ngAcceptInputType_referenceValue"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_referenceValue: string | number ngAcceptInputType_scaleMode
Section titled "ngAcceptInputType_scaleMode"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_scaleMode: string | NumericScaleMode ngAcceptInputType_shouldApplyMaxPrecisionWhenZoomed
Section titled "ngAcceptInputType_shouldApplyMaxPrecisionWhenZoomed"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_shouldApplyMaxPrecisionWhenZoomed: string | boolean ngAcceptInputType_shouldAutoTruncateAnnotations
Section titled "ngAcceptInputType_shouldAutoTruncateAnnotations"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_shouldAutoTruncateAnnotations: string | boolean ngAcceptInputType_shouldAvoidAnnotationCollisions
Section titled "ngAcceptInputType_shouldAvoidAnnotationCollisions"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_shouldAvoidAnnotationCollisions: string | boolean ngAcceptInputType_shouldKeepAnnotationsInView
Section titled "ngAcceptInputType_shouldKeepAnnotationsInView"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_shouldKeepAnnotationsInView: string | boolean ngAcceptInputType_strokeDashArray
Section titled "ngAcceptInputType_strokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_strokeDashArray: string | number[] ngAcceptInputType_strokeThickness
Section titled "ngAcceptInputType_strokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_strokeThickness: string | number ngAcceptInputType_tickLength
Section titled "ngAcceptInputType_tickLength"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_tickLength: string | number ngAcceptInputType_tickStrokeDashArray
Section titled "ngAcceptInputType_tickStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_tickStrokeDashArray: string | number[] ngAcceptInputType_tickStrokeThickness
Section titled "ngAcceptInputType_tickStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_tickStrokeThickness: string | number ngAcceptInputType_titleAngle
Section titled "ngAcceptInputType_titleAngle"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleAngle: string | number ngAcceptInputType_titleBottomMargin
Section titled "ngAcceptInputType_titleBottomMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleBottomMargin: string | number ngAcceptInputType_titleExtent
Section titled "ngAcceptInputType_titleExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleExtent: string | number ngAcceptInputType_titleHorizontalAlignment
Section titled "ngAcceptInputType_titleHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleHorizontalAlignment: any ngAcceptInputType_titleLeftMargin
Section titled "ngAcceptInputType_titleLeftMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleLeftMargin: string | number ngAcceptInputType_titleLocation
Section titled "ngAcceptInputType_titleLocation"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleLocation: string | AxisLabelsLocation ngAcceptInputType_titleMaximumExtent
Section titled "ngAcceptInputType_titleMaximumExtent"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleMaximumExtent: string | number ngAcceptInputType_titleMaximumExtentPercentage
Section titled "ngAcceptInputType_titleMaximumExtentPercentage"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleMaximumExtentPercentage: string | number ngAcceptInputType_titlePosition
Section titled "ngAcceptInputType_titlePosition"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titlePosition: string | AxisTitlePosition ngAcceptInputType_titleRightMargin
Section titled "ngAcceptInputType_titleRightMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleRightMargin: string | number ngAcceptInputType_titleShowFirstLabel
Section titled "ngAcceptInputType_titleShowFirstLabel"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleShowFirstLabel: string | boolean ngAcceptInputType_titleTopMargin
Section titled "ngAcceptInputType_titleTopMargin"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleTopMargin: string | number ngAcceptInputType_titleVerticalAlignment
Section titled "ngAcceptInputType_titleVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleVerticalAlignment: any ngAcceptInputType_titleVisibility
Section titled "ngAcceptInputType_titleVisibility"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_titleVisibility: any ngAcceptInputType_useEnhancedIntervalManagement
Section titled "ngAcceptInputType_useEnhancedIntervalManagement"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_useEnhancedIntervalManagement: string | boolean ngAcceptInputType_usePerLabelHeightMeasurement
Section titled "ngAcceptInputType_usePerLabelHeightMeasurement"Inherited from: IgxStraightNumericAxisBaseComponent
ngAcceptInputType_usePerLabelHeightMeasurement: string | boolean ɵcmp: ɵɵComponentDeclaration<IgxNumericYAxisComponent, "igx-numeric-y-axis", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxNumericYAxisComponent, never> abbreviatedLabelFormat
Section titled "abbreviatedLabelFormat"Inherited from: IgxStraightNumericAxisBaseComponent
abbreviatedLabelFormat: string abbreviatedLabelFormatSpecifiers
Section titled "abbreviatedLabelFormatSpecifiers"Inherited from: IgxStraightNumericAxisBaseComponent
abbreviatedLabelFormatSpecifiers: any[] abbreviateLargeNumbers
Section titled "abbreviateLargeNumbers"Inherited from: IgxStraightNumericAxisBaseComponent
abbreviateLargeNumbers: boolean actualInterval
Section titled "actualInterval"Inherited from: IgxStraightNumericAxisBaseComponent
actualInterval: number actualIsLogarithmic
Section titled "actualIsLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
actualIsLogarithmic: boolean actualMajorStroke
Section titled "actualMajorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
actualMajorStroke: string actualMaximumValue
Section titled "actualMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
actualMaximumValue: number actualMaxPrecision
Section titled "actualMaxPrecision"Inherited from: IgxStraightNumericAxisBaseComponent
actualMaxPrecision: number actualMinimumValue
Section titled "actualMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
actualMinimumValue: number actualMinorInterval
Section titled "actualMinorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
actualMinorInterval: number actualMinorStroke
Section titled "actualMinorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
actualMinorStroke: string actualStroke
Section titled "actualStroke"Inherited from: IgxStraightNumericAxisBaseComponent
actualStroke: string actualVisibleMaximumValue
Section titled "actualVisibleMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
actualVisibleMaximumValue: number actualVisibleMinimumValue
Section titled "actualVisibleMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
actualVisibleMinimumValue: number annotations
Section titled "annotations"Inherited from: IgxStraightNumericAxisBaseComponent
annotations: IgxAxisAnnotationCollection autoRangeBufferMode
Section titled "autoRangeBufferMode"Inherited from: IgxStraightNumericAxisBaseComponent
autoRangeBufferMode: AxisRangeBufferMode coercionMethods
Section titled "coercionMethods"Inherited from: IgxStraightNumericAxisBaseComponent
coercionMethods: any companionAxisCrossingAxis
Section titled "companionAxisCrossingAxis"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisCrossingAxis: IgxAxisComponent companionAxisCrossingValue
Section titled "companionAxisCrossingValue"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisCrossingValue: number companionAxisEnabled
Section titled "companionAxisEnabled"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisEnabled: boolean companionAxisInterval
Section titled "companionAxisInterval"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisInterval: number companionAxisIsInverted
Section titled "companionAxisIsInverted"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisIsInverted: FeatureState companionAxisIsLogarithmic
Section titled "companionAxisIsLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisIsLogarithmic: FeatureState companionAxisLabelAngle
Section titled "companionAxisLabelAngle"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelAngle: number companionAxisLabelColor
Section titled "companionAxisLabelColor"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelColor: string companionAxisLabelExtent
Section titled "companionAxisLabelExtent"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelExtent: number companionAxisLabelHorizontalAlignment
Section titled "companionAxisLabelHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelHorizontalAlignment: HorizontalAlignment companionAxisLabelLocation
Section titled "companionAxisLabelLocation"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelLocation: AxisLabelsLocation companionAxisLabelOpposite
Section titled "companionAxisLabelOpposite"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelOpposite: boolean companionAxisLabelVerticalAlignment
Section titled "companionAxisLabelVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelVerticalAlignment: VerticalAlignment companionAxisLabelVisible
Section titled "companionAxisLabelVisible"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLabelVisible: FeatureState companionAxisLogarithmBase
Section titled "companionAxisLogarithmBase"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisLogarithmBase: number companionAxisMajorStroke
Section titled "companionAxisMajorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMajorStroke: string companionAxisMajorStrokeThickness
Section titled "companionAxisMajorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMajorStrokeThickness: number companionAxisMaximumValue
Section titled "companionAxisMaximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMaximumValue: number companionAxisMinExtent
Section titled "companionAxisMinExtent"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMinExtent: number companionAxisMinimumValue
Section titled "companionAxisMinimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMinimumValue: number companionAxisMinorInterval
Section titled "companionAxisMinorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMinorInterval: number companionAxisMinorStroke
Section titled "companionAxisMinorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMinorStroke: string companionAxisMinorStrokeThickness
Section titled "companionAxisMinorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisMinorStrokeThickness: number companionAxisShouldAutoTruncateAnnotations
Section titled "companionAxisShouldAutoTruncateAnnotations"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisShouldAutoTruncateAnnotations: FeatureState companionAxisShouldAvoidAnnotationCollisions
Section titled "companionAxisShouldAvoidAnnotationCollisions"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisShouldAvoidAnnotationCollisions: FeatureState companionAxisShouldKeepAnnotationsInView
Section titled "companionAxisShouldKeepAnnotationsInView"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisShouldKeepAnnotationsInView: FeatureState companionAxisStrip
Section titled "companionAxisStrip"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisStrip: string companionAxisStroke
Section titled "companionAxisStroke"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisStroke: string companionAxisStrokeThickness
Section titled "companionAxisStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisStrokeThickness: number companionAxisSyncronizedWithPrimaryAxis
Section titled "companionAxisSyncronizedWithPrimaryAxis"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisSyncronizedWithPrimaryAxis: boolean companionAxisTickLength
Section titled "companionAxisTickLength"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisTickLength: number companionAxisTickStroke
Section titled "companionAxisTickStroke"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisTickStroke: string companionAxisTickStrokeThickness
Section titled "companionAxisTickStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisTickStrokeThickness: number companionAxisTitle
Section titled "companionAxisTitle"Inherited from: IgxStraightNumericAxisBaseComponent
companionAxisTitle: string crossingAxis
Section titled "crossingAxis"Inherited from: IgxStraightNumericAxisBaseComponent
crossingAxis: IgxAxisComponent crossingValue
Section titled "crossingValue"Inherited from: IgxStraightNumericAxisBaseComponent
crossingValue: any enhancedIntervalMinimumCharacters
Section titled "enhancedIntervalMinimumCharacters"Inherited from: IgxStraightNumericAxisBaseComponent
enhancedIntervalMinimumCharacters: number enhancedIntervalPreferMoreCategoryLabels
Section titled "enhancedIntervalPreferMoreCategoryLabels"Inherited from: IgxStraightNumericAxisBaseComponent
enhancedIntervalPreferMoreCategoryLabels: boolean expectFunctions
Section titled "expectFunctions"Inherited from: IgxStraightNumericAxisBaseComponent
expectFunctions: boolean favorLabellingScaleEnd
Section titled "favorLabellingScaleEnd"Inherited from: IgxStraightNumericAxisBaseComponent
favorLabellingScaleEnd: boolean formatAbbreviatedLabel
Section titled "formatAbbreviatedLabel"Inherited from: IgxStraightNumericAxisBaseComponent
formatAbbreviatedLabel: object formatLabel
Section titled "formatLabel"Inherited from: IgxStraightNumericAxisBaseComponent
formatLabel: object interval
Section titled "interval"Inherited from: IgxStraightNumericAxisBaseComponent
interval: number isCompanionAxis
Section titled "isCompanionAxis"Inherited from: IgxStraightNumericAxisBaseComponent
isCompanionAxis: boolean isDisabled
Section titled "isDisabled"Inherited from: IgxStraightNumericAxisBaseComponent
isDisabled: boolean isFormattingAbbreviatedLargeNumber
Section titled "isFormattingAbbreviatedLargeNumber"Inherited from: IgxStraightNumericAxisBaseComponent
isFormattingAbbreviatedLargeNumber: boolean isInverted
Section titled "isInverted"Inherited from: IgxStraightNumericAxisBaseComponent
isInverted: boolean isLogarithmic
Section titled "isLogarithmic"Inherited from: IgxStraightNumericAxisBaseComponent
isLogarithmic: boolean label
Section titled "label"Inherited from: IgxStraightNumericAxisBaseComponent
label: any labelAngle
Section titled "labelAngle"Inherited from: IgxStraightNumericAxisBaseComponent
labelAngle: number labelBottomMargin
Section titled "labelBottomMargin"Inherited from: IgxStraightNumericAxisBaseComponent
labelBottomMargin: number labelExtent
Section titled "labelExtent"Inherited from: IgxStraightNumericAxisBaseComponent
labelExtent: number labelFormat
Section titled "labelFormat"Inherited from: IgxStraightNumericAxisBaseComponent
labelFormat: string labelFormatSpecifiers
Section titled "labelFormatSpecifiers"Inherited from: IgxStraightNumericAxisBaseComponent
labelFormatSpecifiers: any[] labelHorizontalAlignment
Section titled "labelHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
labelHorizontalAlignment: HorizontalAlignment labelLeftMargin
Section titled "labelLeftMargin"Inherited from: IgxStraightNumericAxisBaseComponent
labelLeftMargin: number labelLocation
Section titled "labelLocation"Inherited from: IgxStraightNumericAxisBaseComponent
labelLocation: AxisLabelsLocation labelMaximumExtent
Section titled "labelMaximumExtent"Inherited from: IgxStraightNumericAxisBaseComponent
labelMaximumExtent: number labelMaximumExtentPercentage
Section titled "labelMaximumExtentPercentage"Inherited from: IgxStraightNumericAxisBaseComponent
labelMaximumExtentPercentage: number labelRightMargin
Section titled "labelRightMargin"Inherited from: IgxStraightNumericAxisBaseComponent
labelRightMargin: number labelShowFirstLabel
Section titled "labelShowFirstLabel"Inherited from: IgxStraightNumericAxisBaseComponent
labelShowFirstLabel: boolean labelTextColor
Section titled "labelTextColor"Inherited from: IgxStraightNumericAxisBaseComponent
labelTextColor: string labelTextStyle
Section titled "labelTextStyle"Inherited from: IgxStraightNumericAxisBaseComponent
labelTextStyle: string labelTopMargin
Section titled "labelTopMargin"Inherited from: IgxStraightNumericAxisBaseComponent
labelTopMargin: number labelVerticalAlignment
Section titled "labelVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
labelVerticalAlignment: VerticalAlignment labelVisibility
Section titled "labelVisibility"Inherited from: IgxStraightNumericAxisBaseComponent
labelVisibility: Visibility logarithmBase
Section titled "logarithmBase"Inherited from: IgxStraightNumericAxisBaseComponent
logarithmBase: number majorStroke
Section titled "majorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
majorStroke: string majorStrokeDashArray
Section titled "majorStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
majorStrokeDashArray: number[] majorStrokeThickness
Section titled "majorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
majorStrokeThickness: number maximumValue
Section titled "maximumValue"Inherited from: IgxStraightNumericAxisBaseComponent
maximumValue: number maxPrecision
Section titled "maxPrecision"Inherited from: IgxStraightNumericAxisBaseComponent
maxPrecision: number minimumValue
Section titled "minimumValue"Inherited from: IgxStraightNumericAxisBaseComponent
minimumValue: number minorInterval
Section titled "minorInterval"Inherited from: IgxStraightNumericAxisBaseComponent
minorInterval: number minorStroke
Section titled "minorStroke"Inherited from: IgxStraightNumericAxisBaseComponent
minorStroke: string minorStrokeDashArray
Section titled "minorStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
minorStrokeDashArray: number[] minorStrokeThickness
Section titled "minorStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
minorStrokeThickness: number Inherited from: IgxStraightNumericAxisBaseComponent
name: string referenceValue
Section titled "referenceValue"Inherited from: IgxStraightNumericAxisBaseComponent
referenceValue: number scaleMode
Section titled "scaleMode"Inherited from: IgxStraightNumericAxisBaseComponent
scaleMode: NumericScaleMode shouldApplyMaxPrecisionWhenZoomed
Section titled "shouldApplyMaxPrecisionWhenZoomed"Inherited from: IgxStraightNumericAxisBaseComponent
shouldApplyMaxPrecisionWhenZoomed: boolean shouldAutoTruncateAnnotations
Section titled "shouldAutoTruncateAnnotations"Inherited from: IgxStraightNumericAxisBaseComponent
shouldAutoTruncateAnnotations: boolean shouldAvoidAnnotationCollisions
Section titled "shouldAvoidAnnotationCollisions"Inherited from: IgxStraightNumericAxisBaseComponent
shouldAvoidAnnotationCollisions: boolean shouldKeepAnnotationsInView
Section titled "shouldKeepAnnotationsInView"Inherited from: IgxStraightNumericAxisBaseComponent
shouldKeepAnnotationsInView: boolean strip
Section titled "strip"Inherited from: IgxStraightNumericAxisBaseComponent
strip: string stroke
Section titled "stroke"Inherited from: IgxStraightNumericAxisBaseComponent
stroke: string strokeDashArray
Section titled "strokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
strokeDashArray: number[] strokeThickness
Section titled "strokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
strokeThickness: number tickLength
Section titled "tickLength"Inherited from: IgxStraightNumericAxisBaseComponent
tickLength: number tickStroke
Section titled "tickStroke"Inherited from: IgxStraightNumericAxisBaseComponent
tickStroke: string tickStrokeDashArray
Section titled "tickStrokeDashArray"Inherited from: IgxStraightNumericAxisBaseComponent
tickStrokeDashArray: number[] tickStrokeThickness
Section titled "tickStrokeThickness"Inherited from: IgxStraightNumericAxisBaseComponent
tickStrokeThickness: number title
Section titled "title"Inherited from: IgxStraightNumericAxisBaseComponent
title: string titleAngle
Section titled "titleAngle"Inherited from: IgxStraightNumericAxisBaseComponent
titleAngle: number titleBottomMargin
Section titled "titleBottomMargin"Inherited from: IgxStraightNumericAxisBaseComponent
titleBottomMargin: number titleExtent
Section titled "titleExtent"Inherited from: IgxStraightNumericAxisBaseComponent
titleExtent: number titleHorizontalAlignment
Section titled "titleHorizontalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
titleHorizontalAlignment: HorizontalAlignment titleLeftMargin
Section titled "titleLeftMargin"Inherited from: IgxStraightNumericAxisBaseComponent
titleLeftMargin: number titleLocation
Section titled "titleLocation"Inherited from: IgxStraightNumericAxisBaseComponent
titleLocation: AxisLabelsLocation titleMaximumExtent
Section titled "titleMaximumExtent"Inherited from: IgxStraightNumericAxisBaseComponent
titleMaximumExtent: number titleMaximumExtentPercentage
Section titled "titleMaximumExtentPercentage"Inherited from: IgxStraightNumericAxisBaseComponent
titleMaximumExtentPercentage: number titlePosition
Section titled "titlePosition"Inherited from: IgxStraightNumericAxisBaseComponent
titlePosition: AxisTitlePosition titleRightMargin
Section titled "titleRightMargin"Inherited from: IgxStraightNumericAxisBaseComponent
titleRightMargin: number titleShowFirstLabel
Section titled "titleShowFirstLabel"Inherited from: IgxStraightNumericAxisBaseComponent
titleShowFirstLabel: boolean titleTextColor
Section titled "titleTextColor"Inherited from: IgxStraightNumericAxisBaseComponent
titleTextColor: string titleTextStyle
Section titled "titleTextStyle"Inherited from: IgxStraightNumericAxisBaseComponent
titleTextStyle: string titleTopMargin
Section titled "titleTopMargin"Inherited from: IgxStraightNumericAxisBaseComponent
titleTopMargin: number titleVerticalAlignment
Section titled "titleVerticalAlignment"Inherited from: IgxStraightNumericAxisBaseComponent
titleVerticalAlignment: VerticalAlignment titleVisibility
Section titled "titleVisibility"Inherited from: IgxStraightNumericAxisBaseComponent
titleVisibility: Visibility useEnhancedIntervalManagement
Section titled "useEnhancedIntervalManagement"Inherited from: IgxStraightNumericAxisBaseComponent
useEnhancedIntervalManagement: boolean usePerLabelHeightMeasurement
Section titled "usePerLabelHeightMeasurement"Inherited from: IgxStraightNumericAxisBaseComponent
usePerLabelHeightMeasurement: boolean Accessors
Section titled "Accessors"actualIntervalChange
Section titled "actualIntervalChange"Inherited from: IgxStraightNumericAxisBaseComponent
get actualIntervalChange(): EventEmitter<number> Returns EventEmitter<number>
actualMaximumValueChange
Section titled "actualMaximumValueChange"Inherited from: IgxStraightNumericAxisBaseComponent
get actualMaximumValueChange(): EventEmitter<number> Returns EventEmitter<number>
actualMinimumValueChange
Section titled "actualMinimumValueChange"Inherited from: IgxStraightNumericAxisBaseComponent
get actualMinimumValueChange(): EventEmitter<number> Returns EventEmitter<number>
actualMinorIntervalChange
Section titled "actualMinorIntervalChange"Inherited from: IgxStraightNumericAxisBaseComponent
get actualMinorIntervalChange(): EventEmitter<number> Returns EventEmitter<number>
axisInternal
Section titled "axisInternal"Inherited from: IgxStraightNumericAxisBaseComponent
get axisInternal(): Axis Returns Axis
hasUserMaximum
Section titled "hasUserMaximum"Inherited from: IgxStraightNumericAxisBaseComponent
Determines if the axis has a user-defined maximum.
HasUserMinimum is used to determine if a numeric axis has a user definied minium value.
let hasSetMinimum: boolean = this.yAxis.hasUserMinimum;get hasUserMaximum(): boolean Returns boolean
hasUserMinimum
Section titled "hasUserMinimum"Inherited from: IgxStraightNumericAxisBaseComponent
Determines if the axis has a user-defined minimum.
HasUserMaximum is used to determine if a numeric axis has a user definied maximum value.
let hasSetMaximum: boolean = this.yAxis.hasUserMaximum;get hasUserMinimum(): boolean Returns boolean
isAngular
Section titled "isAngular"Inherited from: IgxStraightNumericAxisBaseComponent
Gets if the current axis is of angular axis type
get isAngular(): boolean Returns boolean
isCategory
Section titled "isCategory"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is of category axis type
get isCategory(): boolean Returns boolean
isCategoryDateTime
Section titled "isCategoryDateTime"Inherited from: IgxStraightNumericAxisBaseComponent
Gets if the current axis is of category date time axis type
get isCategoryDateTime(): boolean Returns boolean
isContinuous
Section titled "isContinuous"Inherited from: IgxStraightNumericAxisBaseComponent
Gets if the current axis is a continuous rather than a discrete scale
get isContinuous(): boolean Returns boolean
isDateTime
Section titled "isDateTime"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is of date time axis type
get isDateTime(): boolean Returns boolean
isHorizontal
Section titled "isHorizontal"Inherited from: IgxStraightNumericAxisBaseComponent
Gets if the current axis is a horizontal axis, e.g. not vertical axis, not radial axis, and not angular axis.
get isHorizontal(): boolean Returns boolean
isNumeric
Section titled "isNumeric"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is of numeric axis type
get isNumeric(): boolean Returns boolean
isOrdinal
Section titled "isOrdinal"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is of ordinal axis type
get isOrdinal(): boolean Returns boolean
isPiecewise
Section titled "isPiecewise"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the axis is a piecewise scaling function.
get isPiecewise(): boolean Returns boolean
isPrimaryAxis
Section titled "isPrimaryAxis"Inherited from: IgxStraightNumericAxisBaseComponent
Gets whether this is primary axis created by an user
get isPrimaryAxis(): boolean Returns boolean
isRadial
Section titled "isRadial"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is of radial axis type
get isRadial(): boolean Returns boolean
isSorting
Section titled "isSorting"Inherited from: IgxStraightNumericAxisBaseComponent
Gets or sets if the current axis is sorting data items
get isSorting(): boolean Returns boolean
isVertical
Section titled "isVertical"Gets if the current axis is of vertical axis
get isVertical(): boolean Returns boolean
rangeChanged
Section titled "rangeChanged"Inherited from: IgxStraightNumericAxisBaseComponent
Occurs when the axis range changes.
get rangeChanged(): EventEmitter<object> Returns EventEmitter<object>
renderRequested
Section titled "renderRequested"Inherited from: IgxStraightNumericAxisBaseComponent
This event is raised every time a render has been requested from a series.
get renderRequested(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgxStraightNumericAxisBaseComponent
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
ensureLabelSettings
Section titled "ensureLabelSettings"Inherited from: IgxStraightNumericAxisBaseComponent
ensureLabelSettings(): void Returns void
ensureTitleSettings
Section titled "ensureTitleSettings"Inherited from: IgxStraightNumericAxisBaseComponent
ensureTitleSettings(): void Returns void
findByName
Section titled "findByName"Inherited from: IgxStraightNumericAxisBaseComponent
findByName(name: string): any Parameters
- name:
string
Returns any
getFullRange
Section titled "getFullRange"Inherited from: IgxStraightNumericAxisBaseComponent
getFullRange(): number[] Returns number[]
getItemValue
Section titled "getItemValue"Inherited from: IgxStraightNumericAxisBaseComponent
getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMemberPathValue
Section titled "getMemberPathValue"Inherited from: IgxStraightNumericAxisBaseComponent
Gets the value of a requested member path from the series.
getMemberPathValue(memberPathName: string): string Parameters
- memberPathName:
string- The property name of a valid member path for the series
Returns string
getValueLabel
Section titled "getValueLabel"Inherited from: IgxStraightNumericAxisBaseComponent
Gets the label for a data item.
getValueLabel(value: number): string Parameters
- value:
number- The unscaled value to get a label for.
Returns string
ngOnInit
Section titled "ngOnInit"Inherited from: IgxStraightNumericAxisBaseComponent
ngOnInit(): void Returns void
provideData
Section titled "provideData"Inherited from: IgxStraightNumericAxisBaseComponent
provideData(data: any): void Parameters
- data:
any
Returns void
renderAxis
Section titled "renderAxis"Inherited from: IgxStraightNumericAxisBaseComponent
Renders the axis with no animation.
renderAxis(): void Returns void
resetCachedEnhancedInterval
Section titled "resetCachedEnhancedInterval"Inherited from: IgxStraightNumericAxisBaseComponent
If using enhanced interval management and precise interval fitting, this will reset the cached maximum label width, and recalculate using the current labels.
resetCachedEnhancedInterval(): void Returns void
scaleValue
Section titled "scaleValue"Inherited from: IgxStraightNumericAxisBaseComponent
Scales a value from axis space into screen space.
scaleValue(unscaledValue: number): number Parameters
- unscaledValue:
number- The unscaled axis value to scale.
Returns number
scrollRangeIntoView
Section titled "scrollRangeIntoView"scrollRangeIntoView(minimum: number, maximum: number): void Parameters
- minimum:
number - maximum:
number
Returns void
unscaleValue
Section titled "unscaleValue"Inherited from: IgxStraightNumericAxisBaseComponent
Unscales a value from screen space into axis space.
unscaleValue(unscaledValue: number): number Parameters
- unscaledValue:
number- The scaled value in screen coordinates to unscale into axis space.
Unscales a value from screen space into axis space.
let dataValue: number = this.yAxis.unscaleValue(pixel);
Returns number
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgxStraightNumericAxisBaseComponent
_createFromInternal(internal: any): IgxAxisComponent Parameters
- internal:
any