Hierarchy

Hierarchy

Properties

Properties

actualBrushes?: string | string[]

Gets the actual palette of brushes to use for coloring the chart series.

actualOutlines?: string | string[]

Gets the actual palette of brushes to use for outlines on the chart series.

actualXAxisLabelTextColor?: string

Gets the actual color of labels on the X-axis

actualYAxisLabelTextColor?: string

Gets the actual color of labels on the Y-axis

alignsGridLinesToPixels?: string | boolean

Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.

Use AlignsGridLinesToPixels propert to indicat whether grid and tick lines are aligned to device pixels.

 this.chart.alignsGridLinesToPixels= true;
animateSeriesWhenAxisRangeChanges?: string | boolean

Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.

applyCustomIndicators?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Event raised by the chart when custom indicator data is needed from the application. During series rendering, event will be raised once for each value in the CustomIndicatorNames collection.

      Parameters

      Returns void

areaFillOpacity?: string | number

Gets or sets the fill opacity for all series that have area visuals in this chart. For example, Area, SplineArea, Column chart types

autoCalloutsVisible?: string | boolean

Gets or sets if the auto value callouts should be displayed.

bottomMargin?: string | number

Gets or sets the bottom margin around the chart content.

Use the bottomMargin property for the bottom margin around the chart content.

this.chart.bottomMargin=20;
 <IgrCategoryChart dataSource={this.state.data}
bottomMargin= 20 />
brushes?: string | string[]

Gets or sets the palette of brushes to use for coloring the chart series. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

Use the Brushes property to set the brushes.

this.chart.brushes = ["#ff0000","#00ff00"];
calloutRenderStyleUpdating?: ((s, e) => void)

Type declaration

calloutStyleUpdating?: ((s, e) => void)

Type declaration

calloutStyleUpdatingEventEnabled?: string | boolean

Gets or sets if event annotations should be displayed.

calloutsAllowedPositions?: string | IgrCalloutPlacementPositionsCollection

Gets or sets the allowed positions that the callout layer is allowed to use.

calloutsContentMemberPath?: string

Gets or sets the member path of the content data for the callouts.

calloutsDataSource?: any[]
calloutsLabelMemberPath?: string

Gets or sets the member path of the label data for the callouts.

calloutsVisible?: string | boolean

Gets or sets if callouts should be displayed.

calloutsXMemberPath?: string

Gets or sets the member path of the X data for the callouts.

calloutsYMemberPath?: string

Gets or sets the member path of the Y data for the callouts.

chartTitle?: string

Gets or sets text to display above the plot area.

Use the Title property to display the text above the plot area.

 this.chart.title= "This is a Title";
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
title= "CategoryChart Subtitle" />
chartType?: string | FinancialChartType

The type of price series to display in the main chart.

Use the ChartType property to set a type of series that will be used to render prices in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
chartType="Candle"
dataSource={this.data} />
children?: ReactNode
computedPlotAreaMarginMode?: string | ComputedPlotAreaMarginMode

Gets or sets mode to use for automatically calculating the plot area margin.

crosshairsAnnotationEnabled?: string | boolean

Gets or sets whether annotations are shown along the axis for crosshair values

crosshairsAnnotationXAxisBackground?: string

Gets or sets the background of crosshair annotation on x-axis.

crosshairsAnnotationXAxisPrecision?: string | number

Gets or sets precision on interpolated values of crosshairs on x-axis.

crosshairsAnnotationXAxisTextColor?: string

Gets or sets the text color of crosshair annotation on x-axis.

crosshairsAnnotationYAxisBackground?: string

Gets or sets the background of crosshair annotation on y-axis.

crosshairsAnnotationYAxisPrecision?: string | number

Gets or sets precision on interpolated values of crosshairs on y-axis.

crosshairsAnnotationYAxisTextColor?: string

Gets or sets the text color of crosshair annotation on y-axis.

crosshairsDisplayMode?: string | CrosshairsDisplayMode

Gets or sets the crosshairs to be displayed.

crosshairsLineHorizontalStroke?: string

Gets or sets the color to apply to horizontal crosshairs line.

crosshairsLineThickness?: string | number

Gets or sets thickness of crosshairs lines.

crosshairsLineVerticalStroke?: string

Gets or sets the color to apply to vertical crosshairs line.

crosshairsSnapToData?: string | boolean

Gets or sets whether crosshairs will snap to the nearest data point.

customIndicatorNames?: string | IgrCustomIndicatorNameCollection

The names of custom indicators to add to the chart. When CustomIndicatorNames is set, the ApplyCustomIndicators event will be raised for each custom indicator name.

dataSource?: any[]

Gets or sets the data for the chart to use. This can be overriden at the series and axis level.

dataToolTipBadgeMarginBottom?: string | number
dataToolTipBadgeMarginLeft?: string | number
dataToolTipBadgeMarginRight?: string | number
dataToolTipBadgeMarginTop?: string | number
dataToolTipBadgeShape?: string | LegendItemBadgeShape

Gets or sets the BadgeShape for the data legend.

dataToolTipDefaultPositionOffsetX?: string | number

Gets or sets the offset of the tooltip layer on the X axis.

dataToolTipDefaultPositionOffsetY?: string | number

Gets or sets the offset of the tooltip layer on the Y axis.

dataToolTipExcludedColumns?: string[]

Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L" The DataToolTipExcludedColumns property takes precedence over values of DataToolTipIncludedColumns property

dataToolTipExcludedSeries?: string[]

Gets or sets indexes, titles, or names of series to exclude from displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title" The DataToolTipExcludedSeries property takes precedence over values of DataToolTipIncludedSeries property

dataToolTipGroupRowMarginBottom?: string | number
dataToolTipGroupRowMarginLeft?: string | number
dataToolTipGroupRowMarginRight?: string | number
dataToolTipGroupRowMarginTop?: string | number
dataToolTipGroupRowVisible?: string | boolean

Gets or sets whether to show Group row.

dataToolTipGroupTextColor?: string

Gets or sets the Group text color.

dataToolTipGroupTextMarginBottom?: string | number
dataToolTipGroupTextMarginLeft?: string | number
dataToolTipGroupTextMarginRight?: string | number
dataToolTipGroupTextMarginTop?: string | number
dataToolTipGroupTextStyle?: string

Gets or Sets the style to use for the Group text.

dataToolTipGroupedPositionModeX?: string | DataTooltipGroupedPositionX

Gets or sets the tooltip position mode on the X axis for grouped series.

dataToolTipGroupedPositionModeY?: string | DataTooltipGroupedPositionY

Gets or sets the tooltip position mode on the Y axis for grouped series.

dataToolTipGroupingMode?: string | DataToolTipLayerGroupingMode
dataToolTipHeaderFormatCulture?: string

Gets or sets globalization culture when displaying header as date time This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

dataToolTipHeaderFormatDate?: string | DataLegendHeaderDateMode

Gets or sets date format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

dataToolTipHeaderFormatSpecifiers?: any[]

Gets or sets the format specifiers to use with the HeaderFormatString string.

dataToolTipHeaderFormatString?: string

Gets or sets the format string for header text displayed in the data legend.

dataToolTipHeaderFormatTime?: string | DataLegendHeaderTimeMode

Gets or sets time format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties

dataToolTipHeaderRowMarginBottom?: string | number
dataToolTipHeaderRowMarginLeft?: string | number
dataToolTipHeaderRowMarginRight?: string | number
dataToolTipHeaderRowMarginTop?: string | number
dataToolTipHeaderRowVisible?: string | boolean

Gets or sets whether to show Header row.

dataToolTipHeaderText?: string

Gets or sets the HeaderText for the data legend.

dataToolTipHeaderTextColor?: string

Gets or sets the header text color.

dataToolTipHeaderTextMarginBottom?: string | number
dataToolTipHeaderTextMarginLeft?: string | number
dataToolTipHeaderTextMarginRight?: string | number
dataToolTipHeaderTextMarginTop?: string | number
dataToolTipHeaderTextStyle?: string

Gets or Sets the style to use for the header text.

dataToolTipIncludedColumns?: string[]

Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L" The DataToolTipExcludedColumns property takes precedence over values of DataToolTipIncludedColumns property

dataToolTipIncludedSeries?: string[]

Gets or sets indexes, titles, or names of series to include in displaying in the data tooltip, e.g. "0, 1" or "Series1 Title, Series2 Title" The DataToolTipExcludedSeries property takes precedence over values of DataToolTipIncludedSeries property

dataToolTipLabelDisplayMode?: string | DataLegendLabelMode

Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series

dataToolTipLabelTextColor?: string

Gets or sets the units text color.

dataToolTipLabelTextMarginBottom?: string | number
dataToolTipLabelTextMarginLeft?: string | number
dataToolTipLabelTextMarginRight?: string | number
dataToolTipLabelTextMarginTop?: string | number
dataToolTipLabelTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipPositionOffsetX?: string | number

Gets or sets the offset of the tooltip layer on the X axis.

dataToolTipPositionOffsetY?: string | number

Gets or sets the offset of the tooltip layer on the Y axis.

dataToolTipShouldUpdateWhenSeriesDataChanges?: string | boolean

Gets or sets whether the data legend should update when the series data is mutated.

dataToolTipSummaryLabelText?: string

Gets or sets the units text for the data legend.

dataToolTipSummaryLabelTextColor?: string

Gets or sets the units text color.

dataToolTipSummaryLabelTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipSummaryRowMarginBottom?: string | number
dataToolTipSummaryRowMarginLeft?: string | number
dataToolTipSummaryRowMarginRight?: string | number
dataToolTipSummaryRowMarginTop?: string | number
dataToolTipSummaryTitleText?: string

Gets or sets the SummaryTitleText for the data legend.

dataToolTipSummaryTitleTextColor?: string

Gets or sets the summary text color.

dataToolTipSummaryTitleTextMarginBottom?: string | number
dataToolTipSummaryTitleTextMarginLeft?: string | number
dataToolTipSummaryTitleTextMarginRight?: string | number
dataToolTipSummaryTitleTextMarginTop?: string | number
dataToolTipSummaryTitleTextStyle?: string

Gets or Sets the style to use for the summary text.

dataToolTipSummaryType?: string | DataLegendSummaryType

Gets or sets the SummaryType for the data legend.

dataToolTipSummaryUnitsText?: string

Gets or sets the units text for the data legend.

dataToolTipSummaryUnitsTextColor?: string

Gets or sets the units text color.

dataToolTipSummaryUnitsTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipSummaryValueTextColor?: string

Gets or sets the units text color.

dataToolTipSummaryValueTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipTitleTextColor?: string

Gets or sets the display text color.

dataToolTipTitleTextMarginBottom?: string | number
dataToolTipTitleTextMarginLeft?: string | number
dataToolTipTitleTextMarginRight?: string | number
dataToolTipTitleTextMarginTop?: string | number
dataToolTipTitleTextStyle?: string

Gets or Sets the style to use for the display text.

dataToolTipUnitsDisplayMode?: string | DataLegendUnitsMode

Gets or sets the UnitsMode for the data legend.

dataToolTipUnitsText?: string

Gets or sets the units text for the data legend.

dataToolTipUnitsTextColor?: string

Gets or sets the units text color.

dataToolTipUnitsTextMarginBottom?: string | number
dataToolTipUnitsTextMarginLeft?: string | number
dataToolTipUnitsTextMarginRight?: string | number
dataToolTipUnitsTextMarginTop?: string | number
dataToolTipUnitsTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipValueFormatAbbreviation?: string | DataAbbreviationMode

Gets or sets mode for abbreviating large numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

dataToolTipValueFormatCulture?: string

Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

dataToolTipValueFormatMaxFractions?: string | number

Gets or sets maximum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

dataToolTipValueFormatMinFractions?: string | number

Gets or sets minimum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

dataToolTipValueFormatMode?: string | DataLegendValueMode

Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)

dataToolTipValueFormatSpecifiers?: any[]

Gets or sets the format specifiers to use with the ValueFormatString string.

dataToolTipValueFormatString?: string

Gets or sets the format string for values displayed in the data legend.

dataToolTipValueFormatUseGrouping?: string | boolean

Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000 This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties

dataToolTipValueRowMarginBottom?: string | number
dataToolTipValueRowMarginLeft?: string | number
dataToolTipValueRowMarginRight?: string | number
dataToolTipValueRowMarginTop?: string | number
dataToolTipValueRowVisible?: string | boolean

Gets or sets whether to show series rows.

dataToolTipValueTextColor?: string

Gets or sets the units text color.

dataToolTipValueTextMarginBottom?: string | number
dataToolTipValueTextMarginLeft?: string | number
dataToolTipValueTextMarginRight?: string | number
dataToolTipValueTextMarginTop?: string | number
dataToolTipValueTextStyle?: string

Gets or Sets the style to use for the units text.

dataToolTipValueTextUseSeriesColors?: string | boolean

Gets or sets whether to use series colors when displaying values in the legend

dataToolTipValueTextWhenMissingData?: string

Gets or sets text displayed when data column is missing a value, e.g. "no data"

excludedProperties?: string[]

Gets or sets a set of property paths that should be excluded from consideration by the category chart.

The ExcludedProperties property used for the property paths that should be excluded from consideration by the category chart.

this.chart.excludedProperties = ["ID", "Discount"];
    <IgrCategoryChart
chartType="Line"
markerTypes={this.state.markersTypes}
dataSource={this.categoryData}
excludedProperties="value" />
filterStringErrorsParsing?: ((s, e) => void)

Type declaration

finalValueAnnotationsBackground?: string

Gets or sets the background of final value annotation.

finalValueAnnotationsPrecision?: string | number

Gets or sets precision on final value annotation.

finalValueAnnotationsTextColor?: string

Gets or sets the text color of final value annotation.

finalValueAnnotationsVisible?: string | boolean

Gets or sets whether annotations for the final value of each series is displayed on the axis.

focusBrush?: string

Gets or sets the focus brush to use for the series.

focusMode?: string | SeriesSelectionMode

Gets or sets the focus mode to use for the series in the component, when supported.

focusedSeriesItemsChanged?: ((s, e) => void)

Type declaration

groupSorts?: string

Gets or sets the sorts to apply after grouping has been applied.

height?: string
highlightedValuesDisplayMode?: string | SeriesHighlightedValuesDisplayMode

Gets or sets whether and how to display highlighted values for the series. Note, this is distinct from the highlighting feature that indicates what is closest or under the mouse. This property applies to Category Chart and Financial Chart controls.

highlightingBehavior?: string | SeriesHighlightingBehavior

Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.

highlightingMode?: string | SeriesHighlightingMode

Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.

horizontalViewScrollbarCornerRadius?: string | number

Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarFill?: string

Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarHeight?: string | number

Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarInset?: string | number

Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarMaxOpacity?: string | number

Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarMode?: string | SeriesViewerScrollbarMode

Gets or sets the horizontal scrollbar mode to use for the series viewer.

horizontalViewScrollbarOutline?: string

Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarPosition?: string | SeriesViewerHorizontalScrollbarPosition

Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarShouldAddAutoTrackInsets?: string | boolean

Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarStrokeThickness?: string | number

Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarTrackEndInset?: string | number

Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.

horizontalViewScrollbarTrackStartInset?: string | number

Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.

includedProperties?: string[]

Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.

The IncludedProperties property used to include the properties for the consideration of the category chart.

this.chart.includedProperties = ["ProductName", "Cost"];
    <IgrCategoryChart
chartType="Line"
markerTypes={this.state.markersTypes}
dataSource={this.categoryData}
excludedProperties="value" />
indicatorBrushes?: string | string[]

Brushes to use for financial indicators.

Use the IndicatorBrushes property to set a collection of brushes that will be used to render positive elements of indicators in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorBrushes="Green" />
indicatorDisplayTypes?: string | IgrIndicatorDisplayTypeCollection

The display types of financial indicators.

Use the IndicatorDisplayTypes property to set display types that will determine whether render all indicators as area, lines, or columns in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorDisplayTypes="line" />
indicatorLongPeriod?: string | number

The long period of financial indicators, where applicable.

The IndicatorLongPeriod property applies only to these indicator types:

  • AbsoluteVolumeOscillator,
  • ChaikinOscillator,
  • MovingAverageConvergenceDivergence,
  • PercentagePriceOscillator,
  • PercentageVolumeOscillator,
<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorLongPeriod={8} />
indicatorMultiplier?: string | number

The multiplier of financial indicators, e.g. BollingerBandWidth indicator.

The IndicatorMultiplier property applies to only to BollingerBandWidth indicator type.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorMultiplier= {8} />
indicatorNegativeBrushes?: string | string[]

Brushes to use for negative elements in financial indicators.

Use the IndicatorNegativeBrushes property to set a collection of brushes that will be used to render negative elements of indicators in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorNegativeBrushes="Red"/>
indicatorPeriod?: string | number

The period of financial indicators, where applicable.

The indicatorPeriod property applies to only the BollingerBands overlay as well as to these indicators types: AverageDirectionalIndex, AverageTrueRange, BollingerBandWidth, ChaikinVolatility, CommodityChannelIndex, DetrendedPriceOscillator, FastStochasticOscillator, ForceIndex, FullStochasticOscillator, MoneyFlowIndex, PriceChannelOverlay, RateOfChangeAndMomentum, RelativeStrengthIndex, SlowStochasticOscillator, StandardDeviation, StochRSI, TRIX, WilliamsPercentR

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorPeriod={8} />
indicatorShortPeriod?: string | number

The short period of financial indicators, where applicable.

The IndicatorShortPeriod property applies only to these indicator types:

  • AbsoluteVolumeOscillator,
  • ChaikinOscillator,
  • MovingAverageConvergenceDivergence,
  • PercentagePriceOscillator,
  • PercentageVolumeOscillator,
<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorShortPeriod={8} />
indicatorSignalPeriod?: string | number

The signal period of financial indicators, where applicable.

The IndicatorSignalPeriod property applies to only to MovingAverageConvergenceDivergence indicator type.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorSignalPeriod ={8} />
indicatorSmoothingPeriod?: string | number

The smoothing period of financial indicators, where applicable.

The IndicatorSmoothingPeriod property applies to only to FullStochasticOscillator indicator type.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorSmoothingPeriod={8} />
indicatorThickness?: string | number

The outline or stroke thickness of financial indicators.

Use the IndicatorThickness property to set a number that will be used to render outline thickness of all indicators in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorThickness={2.5} />
indicatorTypes?: string | IgrFinancialIndicatorTypeCollection

A collection indicating what financial indicator types to display on the Financial Chart.

Use the IndicatorTypes property to set types of indicators that will be rendered below the price pane in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorTypes="ForceIndex" />
initialFilter?: string

Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.

initialGroups?: string

Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.

initialHighlightFilter?: string

Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.

initialSorts?: string

Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.

initialSummaries?: string

Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.

isHorizontalZoomEnabled?: string | boolean

Gets or sets whether the chart can be horizontally zoomed through user interactions.

Use the IsHorizontalZoomEnabled property to allow chart horizontally zoomed .

 <IgrCategoryChart dataSource={this.state.data}
width="700px"
height="500px"
xAxisLabelTextStyle="10pt Verdana"
xAxisLabelTopMargin={5}
xAxisLabelTextColor="gray"
yAxisLabelTextStyle="10pt Verdana"
yAxisLabelRightMargin={5}
yAxisLabelTextColor="gray"
isHorizontalZoomEnabled= true/>
 <IgrCategoryChart dataSource={this.state.data}
IsHorizontalZoomEnabled= true />
this.chart.isHorizontalZoomEnabled = true;
isLegendVisible?: string | boolean

Gets or sets weather or not a legend is visible between toolbar and chart's plot area

isSeriesHighlightingEnabled?: string | boolean

Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.

isToolbarVisible?: string | boolean

A boolean property controlling the visibility of the toolbar.

isVerticalZoomEnabled?: string | boolean

Gets or sets whether the chart can be vertically zoomed through user interactions.

Use the IsVerticalZoomEnabled property to allow chart zoom vertically.

 this.chart.isVerticalZoomEnabled = true;
 <IgrCategoryChart dataSource={this.state.data}
isVerticalZoomEnabled= "true"/>
isWindowSyncedToVisibleRange?: string | boolean

A boolean indicating whether the chart should automatically zoom in vertically on the currently visible range of data. When this property is set to true, panning and zooming along the X-axis will result in a corresponding zoom on the Y-axis, so that the visible range of data fills the zoom window as fully as possible.

leftMargin?: string | number

Gets or sets the left margin of the chart content.

Use the 'leftMargin' property for the left margin of the chart content.

 this.chart.leftMargin = 20;
 <IgrCategoryChart dataSource={this.state.data}
leftMargin= {20}/>
legend?: any
legendHighlightingMode?: string | LegendHighlightingMode

Gets or sets the highlighting mode to use for the legend linked to the component, when supported.

legendItemBadgeMode?: string | LegendItemBadgeMode

Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component. This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series

legendItemBadgeShape?: string | LegendItemBadgeShape

Gets or sets the type of legend badges representing all series displayed in a legend linked to this component This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series

markerAutomaticBehavior?: string | MarkerAutomaticBehavior

Gets or sets the default marker type for all series plotted in this chart. This property is ignored when the MarkerTypes property is set

markerBrushes?: string | string[]

Gets or sets the palette of brushes used for rendering fill area of data point markers. This property applies only to these chart types: point, line, spline, bubble, and polygon

MarkerBrushes property used for rendering fill area of data point markers.

 this.chart.markerBrushes=[ "#ff0000", "#ffff00", "#00ffff" ];
<IgrCategoryChart
chartType="Line"
markerBrushes ="#ffff00"
dataSource={this.categoryData}/>
markerFillMode?: string | MarkerFillMode

Gets or sets the MarkerFillMode for all series that support markers in this chart.

markerFillOpacity?: string | number

Gets or sets the Marker Fill Opacity for all series that support markers in this chart.

markerMaxCount?: string | number

Gets or sets the maximum number of markers displayed in the plot area of the chart.

markerMaxCount property used to display maximum number of markers in the plot area of the chart.

 this.chart.markerMaxCount = 100 ;
<IgrCategoryChart
chartType="Line"
markerMaxCount= {2}
dataSource={this.categoryData}/>
markerOutlineMode?: string | MarkerOutlineMode

Gets or sets the MarkerOutlineMode for all series that support markers in this chart.

markerOutlines?: string | string[]

Gets or sets the palette of brushes used for rendering outlines of data point markers. This property applies only to these chart types: point, line, spline, bubble, and polygon

MarkerOutlines property used for rendering outlines of data point markers.

this.chart.markerOutlines= ["#ff0000", "#ffff00", "#00ffff"] ;
<IgrCategoryChart
chartType="Line"
markerOutlines= "#ff0000"
dataSource={this.categoryData}/>
markerThickness?: string | number

Gets or sets the Marker Thickness for all series that support markers in this chart.

markerTypes?: string | IgrMarkerTypeCollection

Gets or sets the marker shapes used for indicating location of data points in this chart. This property applies only to these chart types: point, line, spline, bubble, and polygon

negativeBrushes?: string | string[]

Gets or sets the palette used for coloring negative items of Waterfall chart type.

Use the NegativeBrushes property to set a collection of brushes that will be used to render fill area of negative elements in the price pane, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
negativeBrushes="Red" />
negativeOutlines?: string | string[]

Brushes to use for drawing negative elements, when using a chart type with contextual coloring, such as Waterfall.

Use the NegativeOutlines property to set a collection of brushes that will be used to render outline of negative elements in the price pane, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
negativeOutlines= "Green"/>
outlineMode?: string | SeriesOutlineMode

Gets or sets the OutlineMode for all series in this chart.

outlines?: string | string[]

Gets or sets the palette of brushes to use for outlines on the chart series. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

Use the Outlines property to sets the palette of brushes to use for outlines on the chart series

<IgrCategoryChart
chartType="Line"
outlines= "#ff0000"
dataSource={this.categoryData}/>
overlayBrushes?: string | string[]

Brushes to use for filling financial overlays.

Use the OverlayBrushes property to set a collection of brushes that will be used to render fill area of overlays in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
overlayBrushes="Green" />
overlayMultiplier?: string | number

The multiplier of financial overlay, e.g. BollingerBands overlay.

overlayOutlines?: string | string[]

Brushes to use for outlining financial overlays.

Use the OverlayOutlines property to set a collection of brushes that will be used to render outlines of overlays in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
overlayOutlines="Red" />
overlayThickness?: string | number

The outline thickness of financial overlays.

Use the OverlayThickness property to set a number that will be used to render outline thickness of all overlays in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
overlayThickness ={2.5} />
overlayTypes?: string | IgrFinancialOverlayTypeCollection

A collection indicating what financial overlay types to display on the Financial Chart.

Use the OverlayTypes property to set types of overlays that will be rendered behind price series in the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
overlayType ="PriceChannel" />
pixelScalingRatio?: string | number

Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

plotAreaMarginBottom?: string | number

Margin applied below the plot area.

plotAreaMarginLeft?: string | number

Margin applied to the Left of the plot area.

plotAreaMarginRight?: string | number

Margin applied to the right of the plot area.

plotAreaMarginTop?: string | number

Margin applied to the Top of the plot area.

rangeSelectorOptions?: string | IgrFinancialChartRangeSelectorOptionCollection

A FinancialChartRangeSelectorOptionCollection containing the available range selector options on the toolbar.

resolution?: string | number

Gets or sets the rendering resolution for all series in this chart. Where n = Resolution, for every n horizontal pixels, combine all items into a single datapoint. When Resolution = 0, all datapoints will be rendered as graphical objects. Charts with a higher resolution will have faster performance.

rightMargin?: string | number

Gets or sets the right margin of the chart content.

Use rightMargin property for the right margin of the chart content.

  this.chart.rightMargin = 20 ;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
markerTypes={this.state.markersTypes}
dataSource={this.categoryData}
rightMargin= {4}/>
selectedSeriesItemsChanged?: ((s, e) => void)

Type declaration

selectionBehavior?: string | SeriesSelectionBehavior

Gets or sets the selection behavior to use for the series in the component, when supported.

selectionBrush?: string

Gets or sets the selection brush to use for the series.

selectionMode?: string | SeriesSelectionMode

Gets or sets the selection mode to use for the series in the component, when supported.

seriesAdded?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Event raised when a series is initialized and added to this chart.

      SeriesAdded event raised when a series is initialized and added to this chart.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesAdded={this.CategoryChart_SeriesAdded}/>
      ``

      ```ts
      CategoryChart_SeriesAdded(sender:any ,aregs:ChartSeriesEventArgs)
      {
      }

      Parameters

      Returns void

seriesPlotAreaMarginHorizontalMode?: string | SeriesPlotAreaMarginHorizontalMode

Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.

seriesPlotAreaMarginVerticalMode?: string | SeriesPlotAreaMarginVerticalMode

Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.

seriesPointerDown?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs when the pointer is pressed down over a Series.

      SeriesPointerDown event raised when the pointer is pressed down over a Series

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesPointerDown={this.CategoryChart_seriesPointerDown}/>
      ``

      ```ts
      CategoryChart_seriesPointerDown(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

seriesPointerEnter?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs when the pointer enters a Series.

      SeriesPointerEnter event raised when the pointer enters a Series.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesPointerEnter={this.CategoryChart_seriesPointerDown}/>
      CategoryChart_seriesPointerEnter(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

seriesPointerLeave?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs when the pointer leaves a Series.

      SeriesPointerLeave event raised when the pointer leaves a Series.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesPointerLeave={this.CategoryChart_seriesPointerLeave}/>
      CategoryChart_seriesPointerLeave(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

seriesPointerMove?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs when the pointer moves over a Series.

      SeriesPointerMove event raised when the pointer moves over a Series.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesPointerMove={this.CategoryChart_seriesPointerMove}/>
       CategoryChart_seriesPointerMove(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

seriesPointerUp?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs when the pointer is released over a Series.

      SeriesPointerUp event raised when the pointer is released over a Series.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesPointerUp={this.CategoryChart_seriesPointerUp}/>
       CategoryChart_seriesPointerUp(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

seriesRemoved?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Event raised when a series is removed from this chart.

      SeriesRemoved event raised when a series is removed from this chart.

       <IgrCategoryChart
      width="100%"
      height="100%"
      chartType="Line"
      markerTypes={this.state.markersTypes}
      dataSource={this.categoryData}
      seriesRemoved={this.CategoryChart_seriesRemoved}/>
       CategoryChart_seriesRemoved(sender: any , aregs: ChartSeriesEventArgs)
      {

      }

      Parameters

      Returns void

shouldAvoidAxisAnnotationCollisions?: string | boolean

Gets or sets whether annotations for the final value of each series is displayed on the axis.

shouldDisplayMockData?: string | boolean

Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.

shouldPanOnMaximumZoom?: string | boolean

Gets or sets a whether the chart should pan its content when zoo,ing in passed max zoom level.

shouldUseSkeletonStyleForMockData?: string | boolean

Gets or sets whether the chart should use a faded skeleton style for mock data.

subtitle?: string

Gets or sets text to display below the Title, above the plot area.

Use the Subtitle property to display the text below and above the plot area.

 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"/>
 this.chart.subtitle ="CategoryChart Subtitle" ;
subtitleAlignment?: string | HorizontalAlignment

Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.

Use the SubtitleAlignment property to Gets or sets horizontal alignment.

 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleAlignment="Right"/>
this.chart.subtitleAlignment = HorizontalAlignment.Right;
subtitleBottomMargin?: string | number

Gets or sets the bottom margin of chart subtitle

Use subtitleBottomMargin property for the bottom margin of chart subtitle.

 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleBottomMargin= {10}/>
this.chart.subtitleBottomMargin = 10 ;
subtitleLeftMargin?: string | number

Gets or sets the left margin of chart subtitle

Use subtitleLeftMargin property for the left margin of chart subtitle.

this.chart.subtitleLeftMargin = 20 ;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleLeftMargin= {20}/>
subtitleRightMargin?: string | number

Gets or sets the right margin of chart subtitle

Use subtitleRightMargin property for the right margin of chart subtitle.

 this.chart.subtitleRightMargin = 20 ;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleAlignment="Right"
subtitleRightMargin ={20}/>
subtitleTextColor?: string

Gets or sets color of chart subtitle

Use subtitleTextColor property to color the subtitle.

this.chart.subtitleTextColor = "#ff0000" ;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleTextColor="#ff0000"/>
subtitleTextStyle?: string

Gets or sets CSS font property for the chart subtitle

Use subtitleTextStyle property for the CSS font of the chart subtitle.

this.chart.subtitleTextStyle= "16pt Verdona";
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitleTextStyle="16pt Verdona"/>
subtitleTopMargin?: string | number

Gets or sets the top margin of chart subtitle

Use subtitleTopMargin property for the top margin of chart subtitle.

this.chart.subtitleTopMargin = 10;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleTopMargin= {10}/>
thickness?: string | number

Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.

Use the Thickness property for the thickness of all the series in this chart.

titleAlignment?: string | HorizontalAlignment

Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.

Use the TitleAlignment property for the horizontal alignment of the title.

this.chart.titleAlignment = HorizontalAlignment.Center;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
titleAlignment= "Center"/>
titleBottomMargin?: string | number

Gets or sets the bottom margin of chart title

Use titleBottomMargin property for the bottom margin of chart title.

 this.chart.titleBottomMargin = 5;
 <IgrCategoryChart
width="100%"
height="100%"
chartType="Line"
dataSource={this.categoryData}
subtitle= "CategoryChart Subtitle"
subtitleAlignment="Right"
titleBottomMargin={5}/>
titleLeftMargin?: string | number

Gets or sets the left margin of chart title

Use titleLeftMargin property for the left margin of chart title.

this.chart.titleLeftMargin = 10;
 <IgrCategoryChart dataSource={this.state.data}
titleLeftMargin={20}>
</IgrCategoryChart>
titleRightMargin?: string | number

Gets or sets the right margin of chart title

Use titleLeftMargin property for the right margin of chart title.

this.chart.titleRightMargin = 10;
<IgrCategoryChart
dataSource={this.state.data}
titleRightMargin = 10>
</IgrCategoryChart>
titleTextColor?: string

Gets or sets color of chart title

Use titleTextColor property to color the chart title

 this.chart.titleTextColor="red" ;
<IgrCategoryChart
dataSource={this.state.data}
width="700px"
height="500px"
xAxisTitle="Countries"
titleTextColor="Red" />
titleTextStyle?: string

Gets or sets CSS font property for the chart title

Use titleTextStyle property for the CSS font property of the chart title

this.chart.xAxisTitleTextStyle = "24pt Verdona";
<IgrCategoryChart dataSource={this.state.data}
width="700px"
height="500px"
xAxisTitle="Countries"
xAxisTitleTextColor="gray"
xAxisTitleTextStyle="12pt Verdana"
xAxisTitleAngle={0}
yAxisTitle="Trillions of Watt-hours (TWh)"
yAxisTitleTextStyle="12pt Verdana"
yAxisTitleTextColor="gray"
yAxisTitleAngle={90}
yAxisTitleLeftMargin={5}>
</IgrCategoryChart>
titleTopMargin?: string | number

Gets or sets the top margin of chart title

Use titleTopMargin property for the top margin of chart title.

this.chart.titleTopMargin = 10;
<IgrCategoryChart dataSource={this.state.data}
titleTopMargin={10} />
toolTipType?: string | ToolTipType

Gets or sets the style of tooltip to be displayed.

toolbarHeight?: string | number
tooltipTemplate?: FunctionComponent<IChartTooltipProps> | Component<IChartTooltipProps, {}, any>
tooltipTemplates?: (FunctionComponent<IChartTooltipProps> | Component<IChartTooltipProps, {}, any>)[]
topMargin?: string | number

Gets or sets the top margin of the chart content.

Use topMargin property for the margin of the chart content.

this.chart.topMargin=20;
<IgrCategoryChart dataSource={this.state.data}
topMargin={10} />
transitionDuration?: string | number

Gets or sets the duration used for animating series plots when the data is changing

Use the TransitionDuration property to animating between data values.

this.chart.transitionDuratio= 500;
<IgrCategoryChart dataSource={this.state.data}
transitionDuratio={500} />
transitionEasingFunction?: ((time) => number)

Type declaration

    • (time): number
    • Gets or sets the easing function used for animating series plots when the data is changing. This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.

      The 'transitionInEasingFunction' property used for easing function for animating series plots when the chart is loading into view.

      this.chart.transitionInEasingFunction=  this.cubicFunc;

      cubicFunc(time: number) : number
      {
      return time;
      }
      <IgrCategoryChart dataSource={this.state.data}
      transitionInEasingFunction="cubic" />

      Parameters

      • time: number

      Returns number

trendLineBrushes?: string | string[]

Gets or sets the palette of brushes to used for coloring trend lines in this chart. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

Use the TrendLineBrushes property for coloring trend lines in the chart.

this.chart.trendLineBrushes=["#ff0000", "#ffff00", "#00ffff"]	;
<IgrCategoryChart dataSource={this.state.data}
trendLineBrushes="#ffff00" />
trendLinePeriod?: string | number
trendLineThickness?: string | number

Gets or sets the thickness of the trend lines in this chart. This property applies only to these chart types: point, line, spline, and bubble

Use the TrendLineThickness property for the thickness of the trend lines in the chart.

this.chart.trendLineThickness=2;
<IgrCategoryChart dataSource={this.state.data}
trendLineThickness={2} />
trendLineType?: string | TrendLineType

Gets or sets the formula used for calculating trend lines in this chart. This property applies only to these chart types: point, line, spline, and bubble

Use the TrendLineType property for calculating trend lines.

this.chart.trendLineType = TrendLineType.CubicFit;
<IgrCategoryChart dataSource={this.state.data}
trendLineType="CubicFit" />
unknownValuePlotting?: string | UnknownValuePlotting

Gets or sets the behavior that determines how unknown values will be plotted on the chart. Null and Double.NaN are two examples of unknown values.

Use the UnknownValuePlotting property to determines the behavior that how unknown values will be plotted on the chart.

this.chart.unknownValuePlotting =UnknownValuePlotting.DontPlot;
<IgrCategoryChart dataSource={this.state.data}
unknownValuePlotting= "dontPlot" />
valueLines?: string | IgrValueModeCollection

Gets or sets what value lines to use in the chart.

valueLinesBrushes?: string | string[]

Gets or sets the palette of brushes to use for coloring the value lines present in the ValueLines property. The value provided should be an array of CSS color strings or JavaScript objects defining gradients. Optionally the first element can be a string reading "RGB" or "HSV" to specify the interpolation mode of the collection

valueLinesThickness?: string | number

Gets or sets thickness of value lines.

verticalViewScrollbarCornerRadius?: string | number

Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarFill?: string

Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarInset?: string | number

Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarMaxOpacity?: string | number

Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarMode?: string | SeriesViewerScrollbarMode

Gets or sets the vertical scrollbar mode to use for the series viewer.

verticalViewScrollbarOutline?: string

Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarPosition?: string | SeriesViewerVerticalScrollbarPosition

Gets or sets the position to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarShouldAddAutoTrackInsets?: string | boolean

Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarStrokeThickness?: string | number

Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarTrackEndInset?: string | number

Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarTrackStartInset?: string | number

Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.

verticalViewScrollbarWidth?: string | number

Gets or sets the width to use for the vertical scrollbar in the component, when enabled.

volumeBrushes?: string | string[]

Brushes to use for filling volume series in the volume pane.

Use the VolumeBrushes property to set a collection of brushes that will be used to render fill area of multiple series in the volume pane of the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
volumeBrushes="Green" />
volumeOutlines?: string | string[]

Brushes to use for outlining volume series in the volume pane.

Use the VolumeOutlines property to set a collection of brushes that will be used to render outline of multiple series in the volume pane of the Financial Chart control, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
volumeOutlines="Green" />
volumeThickness?: string | number

The outline thickness of volume series in the volume pane.

Use the VolumeThickness property to set a number that will be used to render outline thickness of all series in the volume pane, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
volumeThickness= {2.5}/>
volumeType?: string | FinancialChartVolumeType

The type of series to display in the volume pane.

Use the VolumeType property to set a type of all series that will be rendered in the volume pane, e.g.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
volumeType="Column" />
width?: string
windowRect?: string | IgRect

Gets or sets the rectangle representing the current scroll and zoom state of the chart. WindowRect is expressed as a Rectangle with coordinates and sizes between 0 and 1.

Use WindowRect property representing the current scroll and zoom state of the chart.

this.chart.windowRect =[0,0,1,1];
<IgrCategoryChart dataSource={this.state.data}
WindowRect={1,0,1,1} />
windowRectMinHeight?: string | number

Sets or gets the minimum height that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)

windowRectMinWidth?: string | number

Sets or gets the minimum width that the window rect is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)

windowSizeMinHeight?: string | number

Sets or gets minimum pixel height that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property is overridden by the WindowRectMinHeight property

windowSizeMinWidth?: string | number

Sets or gets minimum pixel width that the window is allowed to reach before being clamped. Decrease this value if you want to allow for further zooming into the viewer. If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy. This property is overridden by the WindowRectMinWidth property

xAxisEnhancedIntervalPreferMoreCategoryLabels?: string | boolean

Gets or sets whether the x axis 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.

xAxisExtent?: string | number

Gets or sets the distance between the X-axis and the bottom of the chart.

To allocate space between the x-axis and the edge of the chart, set the XAxisExtent property.

this.chart.xAxisExtent="250";
<IgrCategoryChart
xAxisExtent ={250}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisFormatLabel?: ((item) => string)

Type declaration

    • (item): string
    • Gets or sets function which takes an context object and returns a formatted label for the X-axis.

      To customize the text of the x-axis label, set XAxisFormatLabel to a single-parameter function. The argument passed to that function will be your data item.

      formatX(item: any): string {
      return "[ " + item.label + "! ]";
      }
      <IgrCategoryChart
      xAxisFormatLabel="formatX"
      dataSource={this.state.data}
      chartType="stepArea" >
      </IgrCategoryChart>

      Parameters

      • item: any

      Returns string

xAxisInverted?: string | boolean

Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart.

To reverse the direction of items along the x-axis, set the XAxisInverted property to true.

this.chart.XAxisInverted="True";
<IgrCategoryChart
XAxisInverted="True"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabel?: any

Gets or sets the format for labels along the X-axis.

xAxisLabelAngle?: string | number

Gets or sets the angle of rotation for labels along the X-axis.

To control the rotation of labels on the x-axis, set the XAxisLabelAngle property to a number of rotational degrees.

this.chart.xAxisLabelAngle="45";
<IgrCategoryChart
xAxisLabelAngle={45}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelBottomMargin?: string | number

Gets or sets the bottom margin of labels on the X-axis

Use the XAxisLabelBottomMargin property to apply a margin below the x-axis labels.

this.chart.xAxisLabelBottomMargin ="100";
<IgrCategoryChart
xAxisLabelBottomMargin={100}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelFormat?: string

Gets or sets the format string for the X axis label.

xAxisLabelFormatSpecifiers?: any[]

Gets or sets the format specifiers to use with the XAxisLabelFormat string.

xAxisLabelHorizontalAlignment?: string | HorizontalAlignment

Gets or sets Horizontal alignment of X-axis labels.

xAxisLabelLeftMargin?: string | number

Gets or sets the left margin of labels on the X-axis

Use the XAxisLabelLeftMargin property to apply a margin left of the x-axis labels.

this.chart.xAxisLabelLeftMargin ="100";
<IgrCategoryChart
xAxisLabelLeftMargin={100}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelLocation?: string | XAxisLabelLocation

Gets or sets location of X-axis labels, relative to the plot area.

xAxisLabelRightMargin?: string | number

Gets or sets the right margin of labels on the X-axis

Use the XAxisLabelRightMargin property to apply a margin right of the x-axis labels.

this.chart.xAxisLabelRightMargin="100";
<IgrCategoryChart
xAxisLabelRightMargin={250}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelTextColor?: string

Gets or sets color of labels on the X-axis

To change the color of x-axis labels, set the XAxisLabelTextColor property to a color string.

this.chart.xAxisLabelTextColor="green";
<IgrCategoryChart
xAxisLabelTextColor="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelTextStyle?: string

Gets or sets CSS font property for labels on X-axis

To change the font of x-axis labels, set the XAxisLabelTextStyle property.

this.chart.xAxisLabelTextStyle="italic 15px arial, sans-serif";
<IgrCategoryChart
xAxisLabelTextStyle="italic 15px arial, sans-serif"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelTopMargin?: string | number

Gets or sets the top margin of labels on the X-axis

Use the XAxisLabelTopMargin property to apply a margin above the x-axis labels.

this.chart.xAxisTitleTopMargin="250";
<IgrCategoryChart
xAxisTitleTopMargin ={250}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelVerticalAlignment?: string | VerticalAlignment

Gets or sets Vertical alignment of X-axis labels.

Use the XAxisLabelVerticalAlignment property to change the vertical position of x-axis labels.

this.chart.xAxisLabelVerticalAlignment="bottom";
<IgrCategoryChart
xAxisLabelVerticalAlignment="bottom"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisLabelVisibility?: string | Visibility

Gets or sets Visibility of X-axis labels.

To hide the x-axis labels, set XAxisLabelVisibility to collapsed.

this.chart.xAxisLabelVisibility="collapsed";
<IgrCategoryChart
xAxisLabelVisibility="collapsed"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisMajorStroke?: string

Gets or sets the color to apply to major gridlines along the X-axis.

Set XAxisMajorStroke to control the color of major gridlines extending vertically from the x-axis.

this.chart.xAxisMajorStroke="green";
<IgrCategoryChart
xAxisMajorStroke="green"
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisMajorStrokeThickness?: string | number

Gets or sets the thickness to apply to major gridlines along the X-axis.

Set XAxisMajorStrokeThickness to control the thickness of major gridlines extending vertically from the x-axis.

this.chart.xAxisMajorStrokeThickness="3" ;
<IgrCategoryChart
xAxisMajorStrokeThickness="3"
xAxisExtent ={250}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisMaximumValue?: Date

Gets or sets maximum value on x-axis

xAxisMinimumValue?: Date

Gets or sets minimum value on x-axis

xAxisMinorStroke?: string

Gets or sets the color to apply to minor gridlines along the X-axis.

Set XAxisMinorStroke to control the color of minor gridlines extending vertically from the x-axis.

this.chart.xAxisExtent="250";
<IgrCategoryChart
xAxisMinorStroke="green"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisMinorStrokeThickness?: string | number

Gets or sets the thickness to apply to minor gridlines along the X-axis.

Set XAxisMinorStrokeThickness to control the thickness of minor gridlines extending vertically from the x-axis.

this.chart.xAxisMinorStrokeThickness="3";
<IgrCategoryChart
xAxisMinorStrokeThickness="3"
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisMode?: string | FinancialChartXAxisMode

The scaling mode of the X-axis.

Use the XAxisMode property to plot data items without any breaks in data range (Ordinal mode) or with breaks in data range (Time mode) such as weekends/holidays. Note that the Ordinal axis mode is less expensive to use in the financial chart than the Time axis mode.

<IgrFinancialChart
xAxisMode="time"
dataSource={this.data} />
xAxisStrip?: string

Gets or sets the color to apply to stripes along the X-axis.

Set XAxisStrip to control the alternating color of stripes extending vertically from the x-axis.

this.chart.xAxisStrip="green";
<IgrCategoryChart
xAxisStrip="green"
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisStroke?: string

Gets or sets the color to apply to the X-axis line.

Set XAxisStroke to control the color of the x-axis line.

this.chart.xAxisStroke="green"";
<IgrCategoryChart
xAxisStroke="green"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisStrokeThickness?: string | number

Gets or sets the thickness to apply to the X-axis line.

Set XAxisStrokeThickness to control the thickness of the x-axis line.

this.chart.xAxisStrokeThickness="2";
<IgrCategoryChart
xAxisStrokeThickness={2}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisTickLength?: string | number

Gets or sets the length of tickmarks along the X-axis.

Set XAxisTickLength to control the length of tickmarks extending vertically from the x-axis line.

this.chart.xAxisTickLength="25";
<IgrCategoryChart
xAxisTickLength ={25}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisTickStroke?: string

Gets or sets the color to apply to tickmarks along the X-axis.

Set XAxisTickStroke to control the color of tickmarks extending vertically from the x-axis line.

this.chart. xAxisTickStroke="green";
<IgrCategoryChart
xAxisTickStroke="green"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTickStrokeThickness?: string | number

Gets or sets the thickness to apply to tickmarks along the X-axis.

Set XAxisTickStrokeThickness to control the thickness of tickmarks extending vertically from the x-axis line.

this.chart.xAxisTickStrokeThickness="20";
<IgrCategoryChart
xAxisTickStrokeThickness={20}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisTitle?: string

Gets or sets the Text to display below the X-axis.

Set XAxisTitle to display a label adjacent to the x-axis.

this.chart. xAxisTitle="x axis";
<IgrCategoryChart
xAxisTitle="x axis"
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisTitleAlignment?: string | HorizontalAlignment

Gets or sets Horizontal alignment of the X-axis title.

Set XAxisTitleAlignment to control the horizontal alignment of the x-axis title.

this.chart.xAxisTitleAlignment="right";
<IgrCategoryChart
xAxisTitleAlignment="right"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTitleAngle?: string | number

Gets or sets the angle of rotation for the X-axis title.

Set XAxisTitleAngle to control the rotation of the x-axis title.

this.chart.xAxisTitleAngle="50";
<IgrCategoryChart
xAxisTitleAngle ={50}
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTitleBottomMargin?: string | number

Gets or sets the bottom margin of a title on the X-axis

Use the XAxisTitleBottomMargin property to apply a margin below the x-axis title.

this.chart.xAxisTitleBottomMargin="150";
<IgrCategoryChart
xAxisTitleBottomMargin={250}
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTitleLeftMargin?: string | number

Gets or sets the left margin of a title on the X-axis

Use the XAxisTitleLeftMargin property to apply a margin left of the x-axis title.

this.chart.xAxisTitleLeftMargin="150";
<IgrCategoryChart
xAxisTitleLeftMargin={150}
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTitleMargin?: string | number

Gets or sets the margin around a title on the X-axis

Use the XAxisTitleMargin property to set a margin around the y-axis title.

xAxisTitleRightMargin?: string | number

Gets or sets the right margin of a title on the X-axis

Use the XAxisTitleRightMargin property to apply a margin right of the x-axis title.

this.chart.xAxisTitleRightMargin="100";
<IgrCategoryChart
xAxisTitleRightMargin="100"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
xAxisTitleTextColor?: string

Gets or sets color of title on the X-axis

To change the color of the x-axis title, set the XAxisTitleTextColor property to a color string.

this.chart.xAxisTitleTextColor="green";
<IgrCategoryChart
xAxisTitleTextColor="green"
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisTitleTextStyle?: string

Gets or sets CSS font property for title on X-axis

To change the font of the x-axis title, set the XAxisTitleTextStyle property.

this.chart.xAxisTitleTextStyle="italic 15px arial, sans-serif";
<IgrCategoryChart
xAxisTitleTextStyle="italic 15px arial, sans-serif"
dataSource={this.state.data}>
</IgrCategoryChart>
xAxisTitleTopMargin?: string | number

Gets or sets the top margin of a title on the X-axis

Use the XAxisTitleTopMargin property to apply a margin above the x-axis title.

this.chart.xAxisTitleTopMargin="150";
<IgrCategoryChart
xAxisTitleTopMargin ={150}
dataSource={this.state.data} >
</IgrCategoryChart>
xAxisZoomMaximumCategoryRange?: string | number

Gets or sets number of visible categories at maximum zooming level This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property

xAxisZoomMaximumItemSpan?: string | number

Gets or sets maximum pixel span of series item that will be visible at maximum zooming level This property ensures that series item does not get stretch above specified value. This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property

xAxisZoomToCategoryRange?: string | number

Gets or sets number of categories that the chart will zoom in and fill plot area This property is overridden by chart's WindowRect or WindowScaleHorizontal properties

xAxisZoomToCategoryStart?: string | number

Gets or sets starting category that chart will move its zoom window. Acceptable value is between 0 and number of data items This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties

xAxisZoomToItemSpan?: string | number

Gets or sets pixel span of series item that will be used to zoom chart such that the item has desired span Chart will automatically zoom in until series item has specified pixel span. This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties

yAxisAbbreviateLargeNumbers?: string | boolean

Gets or sets whether the large numbers on the Y-axis labels are abbreviated.

yAxisEnhancedIntervalPreferMoreCategoryLabels?: string | boolean

Gets or sets whether the y axis 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.

yAxisExtent?: string | number

Gets or sets the distance between the Y-axis and the left edge of the chart.

To allocate space between the x-axis and the edge of the chart, set the XAxisExtent property.

this.chart.xAxisExtent="250";
<IgrCategoryChart
xAxisExtent ={250}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisFormatLabel?: ((item) => string)

Type declaration

    • (item): string
    • Gets or sets function which takes a context object and returns a formatted label for the Y-axis.

      To customize the text of the y-axis label, set YAxisFormatLabel to a single-parameter function. The argument passed to that function will be the numeric value corresponding to a position on the y-axis.

      formatY(value: any): string {
      return "[ " + value+ "! ]";
      }
      <IgrCategoryChart
      yAxisFormatLabel="formatY"
      dataSource={this.state.data}
      chartType="stepArea" >
      </IgrCategoryChart>

      Parameters

      • item: any

      Returns string

yAxisInterval?: string | number

Gets or sets the distance between each label and grid line along the Y-axis.

The YAxisInterval determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.

<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
yAxisInterval={20}
/>
yAxisInverted?: string | boolean

Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart.

You can use YAxisInverted to invert the scale of the y axis like this:

this.chart.yAxisInverted="true";
<IgrCategoryChart
yAxisInverted="true"
dataSource={this.state.data}>
</IgrCategoryChart>

The default value of YAxisInverted is false.

yAxisIsLogarithmic?: string | boolean

Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one. Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.

yAxisLabel?: any

Gets or sets the property or string from which the labels are derived.

yAxisLabelAngle?: string | number

Gets or sets the angle of rotation for labels along the Y-axis.

To control the rotation of labels on the y-axis, set the YAxisLabelAngle property to a number of rotational degrees.

this.chart.yAxisLabelAngle="25";
<IgrCategoryChart
yAxisLabelAngle ={25}
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelBottomMargin?: string | number

Gets or sets the bottom margin of labels on the Y-axis

Use the YAxisLabelBottomMargin property to apply a margin below the y-axis labels.

this.chart.yAxisLabelBottomMargin="250";
<IgrCategoryChart
yAxisLabelBottomMargin={250}
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelFormat?: string

Gets or sets the format string for the Y axis label.

yAxisLabelFormatSpecifiers?: any[]

Gets or sets the format specifiers to use with the YAxisLabelFormat string.

yAxisLabelHorizontalAlignment?: string | HorizontalAlignment

Gets or sets Horizontal alignment of Y-axis labels.

yAxisLabelLeftMargin?: string | number

Gets or sets the left margin of labels on the Y-axis

Use the YAxisLabelLeftMargin property to apply a margin left of the y-axis labels.

this.chart. yAxisLabelLeftMargin="250";
<IgrCategoryChart
yAxisLabelLeftMargin={250}
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelLocation?: string | YAxisLabelLocation

Gets or sets location of Y-axis labels, relative to the plot area.

Set the YAxisLabelLocation property to change the location of the y-axis and its labels.

this.chart.yAxisLabelLocation="outsideRight";
<IgrCategoryChart
yAxisLabelLocation="outsideRight"
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelRightMargin?: string | number

Gets or sets the right margin of labels on the Y-axis

Use the YAxisLabelRightMargin property to apply a margin right of the y-axis labels.

this.chart.yAxisLabelRightMargin="250";
<IgrCategoryChart
yAxisLabelRightMargin={250}
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelTextColor?: string

Gets or sets color of labels on the Y-axis

To change the color of y-axis labels, set the YAxisLabelTextColor property to a color string.

this.chart.yAxisLabelTextColor="green";
<IgrCategoryChart
yAxisLabelTextColor="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisLabelTextStyle?: string

Gets or sets CSS font property for labels on Y-axis

To change the font of x-axis labels, set the YAxisLabelTextStyle property.

this.chart. yAxisLabelTextStyle="italic 15px arial, sans-serif";
<IgrCategoryChart
yAxisLabelTextStyle="italic 15px arial, sans-serif"
dataSource={this.state.data}>
</IgrCategoryChart>
yAxisLabelTopMargin?: string | number

Gets or sets the top margin of labels on the Y-axis

Use the YAxisLabelTopMargin property to apply a margin above the y-axis labels.

this.chart.yAxisLabelTopMargin="250";
<IgrCategoryChart
yAxisLabelTopMargin ={250}
dataSource={this.state.data} >
</IgrCategoryChart>
yAxisLabelVerticalAlignment?: string | VerticalAlignment

Gets or sets Vertical alignment of Y-axis labels.

yAxisLabelVisibility?: string | Visibility

Gets or sets Visibility of Y-axis labels.

To hide the y-axis labels, set YAxisLabelVisibility to collapsed.

this.chart.yAxisLabelVisibility="collapsed"";
<IgrCategoryChart
yAxisLabelVisibility="collapsed"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisLogarithmBase?: string | number

Gets or sets the base value to use in the log function when mapping the position of data items along the Y-axis. This property is effective only when YAxisIsLogarithmic is true.

yAxisMajorStroke?: string

Gets or sets the color to apply to major gridlines along the Y-axis.

Set YAxisMajorStroke to control the color of major gridlines extending horizontally from the y-axis.

this.chart.yAxisMajorStroke="green";
<IgrCategoryChart
yAxisMajorStroke="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisMajorStrokeThickness?: string | number

Gets or sets the thickness to apply to major gridlines along the Y-axis.

Set YAxisMajorStrokeThickness to control the thickness of major gridlines extending horizontally from the y-axis.

this.chart.yAxisMajorStrokeThickness="2";
<IgrCategoryChart
yAxisMajorStrokeThickness={2}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisMaximumValue?: string | number

Gets or sets the data value corresponding to the maximum value of the Y-axis.

The YAxisMaximumValue determines ending value of labels, tickmarks, and gridlines on the y-axis.

<IgrFinancialChart
yAxisMinimumValue={-200}
yAxisMaximumValue={100}
dataSource={this.data} />
yAxisMinimumValue?: string | number

Gets or sets the data value corresponding to the minimum value of the Y-axis.

The YAxisMinimumValue determines starting value of labels, tickmarks, and gridlines on the y-axis.

<IgrFinancialChart
yAxisMinimumValue={-200}
yAxisMaximumValue={1000}
dataSource={this.data} />
yAxisMinorInterval?: string | number

Gets or sets the frequency of displayed minor lines along the Y-axis.

The YAxisMinorInterval determines how often to show minor gridline along the y-axis. Set this property to a number less than the YAxisInterval and the numeric range of the y-axis.

<IgrFinancialChart
yAxisMinorInterval={50}
dataSource={this.data} />
yAxisMinorStroke?: string

Gets or sets the color to apply to minor gridlines along the Y-axis.

Set YAxisMinorStroke to control the color of minor gridlines extending horizontally from the y-axis.

this.chart.yAxisMinorStroke="green";
<IgrCategoryChart
yAxisMinorStroke="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisMinorStrokeThickness?: string | number

Gets or sets the thickness to apply to minor gridlines along the Y-axis.

Set YAxisMinorStrokeThickness to control the thickness of minor gridlines extending horizontally from the y-axis.

this.chart.yAxisMinorStrokeThickness="3";
<IgrCategoryChart
yAxisMinorStrokeThickness={3}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisMode?: string | FinancialChartYAxisMode

The scaling mode of the Y-axis.

Use the YAxisMode property to plot data items using their actual values (Numeric) or using percent changes from the first data point (PercentChange), e.g.

<IgrFinancialChart
yAxisMode={this.state.yAxisMode}
dataSource={this.data} />
yAxisStrip?: string

Gets or sets the color to apply to stripes along the Y-axis.

Set YAxisStrip to control the alternating color of stripes extending horizontally from the y-axis.

this.chart.yAxisStrip="green";
<IgrCategoryChart
yAxisStrip="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisStroke?: string

Gets or sets the color to apply to the Y-axis line.

Set YAxisStroke to control the color of the y-axis line.

this.chart.yAxisStroke="green";
<IgrCategoryChart
yAxisStroke="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisStrokeThickness?: string | number

Gets or sets the thickness to apply to the Y-axis line.

Set YAxisStrokeThickness to control the thickness of the y-axis line.

this.chart. yAxisStrokeThickness="2";
<IgrCategoryChart
yAxisStrokeThickness={2}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTickLength?: string | number

Gets or sets the length of tickmarks along the Y-axis.

Set YAxisTickLength to control the length of tickmarks extending horizontally from the y-axis line.

this.chart.yAxisTickLength="25";
<IgrCategoryChart
yAxisTickLength ={25}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTickStroke?: string

Gets or sets the color to apply to tickmarks along the Y-axis.

Set YAxisTickStroke to control the color of tickmarks extending horizontally from the y-axis line.

this.chart.yAxisTickStroke="green";
<IgrCategoryChart
yAxisTickStroke="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTickStrokeThickness?: string | number

Gets or sets the thickness to apply to tickmarks along the Y-axis.

Set YAxisTickStrokeThickness to control the thickness of tickmarks extending vertically from the y-axis line.

this.chart.yAxisTickStrokeThickness="25";
<IgrCategoryChart
yAxisTickStrokeThickness ={25}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitle?: string

Gets or sets the Text to display to the left of the Y-axis.

Set YAxisTitle to display a label adjacent to the y-axis.

this.chart.yAxisTitle="y axis";
<IgrCategoryChart
yAxisTitle="y axis"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleAlignment?: string | VerticalAlignment

Gets or sets Vertical alignment of the Y-axis title.

Set YAxisTitleAlignment to control the vertical alignment of the x-axis title.

this.chart.yAxisTitleAlignment="bottom";
<IgrCategoryChart
yAxisTitleAlignment="bottom"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleAngle?: string | number

Gets or sets the angle of rotation for the Y-axis title.

Set YAxisTitleAngle to control the rotation of the y-axis title.

this.chart.yAxisTitleAngle="25";
<IgrCategoryChart
yAxisTitleAngle ={24}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleBottomMargin?: string | number

Gets or sets the bottom margin of a title on the Y-axis

Use the YAxisTitleBottomMargin property to apply a margin below the y-axis title.

this.chart.yAxisTitleBottomMargin="150";
<IgrCategoryChart
yAxisTitleBottomMargin ={150}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleLeftMargin?: string | number

Gets or sets the left margin of a title on the Y-axis

Use the YAxisTitleLeftMargin property to apply a margin left of the y-axis title.

this.chart.yAxisTitleLeftMargin="150";
<IgrCategoryChart
yAxisTitleLeftMargin={150}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleMargin?: string | number

Gets or sets the margin around a title on the Y-axis

Use the YAxisTitleMargin property to set a margin around the y-axis title.

yAxisTitleRightMargin?: string | number

Gets or sets the right margin of a title on the Y-axis

Use the YAxisTitleRightMargin property to apply a margin right of the y-axis title.

this.chart.yAxisTitleRightMargin="150";
<IgrCategoryChart
yAxisTitleRightMargin={150}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleTextColor?: string

Gets or sets color of title on the Y-axis

To change the color of the y-axis title, set the YAxisTitleTextColor property to a color string.

this.chart.yAxisTitleTextColor="green";
<IgrCategoryChart
yAxisTitleTextColor="green"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleTextStyle?: string

Gets or sets CSS font property for title on Y-axis

To change the font of the x-axis title, set the YAxisTitleTextStyle property.

this.chart.yAxisTitleTextStyle="italic 15px arial, sans-serif";
<IgrCategoryChart
yAxisTitleTextStyle="italic 15px arial, sans-serif"
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
yAxisTitleTopMargin?: string | number

Gets or sets the top margin of a title on the Y-axis

Use the YAxisTitleTopMargin property to apply a margin above the y-axis title.

this.chart.yAxisTitleTopMargin="150";
<IgrCategoryChart
yAxisTitleTopMargin ={150}
dataSource={this.state.data}
chartType="stepArea" >
</IgrCategoryChart>
zoomSliderType?: string | FinancialChartZoomSliderType

Gets or sets type of series to display in the zoom slider pane.

Use the ZoomSliderType property to set a type of all series that will be rendered in the zoom pane, e.g.

<IgrFinancialChart
zoomSliderType="Candle"
dataSource={this.data} />
zoomSliderXAxisMajorStroke?: string

Gets or sets stroke brush of major gridlines on x-axis of the zoom slider pane

zoomSliderXAxisMajorStrokeThickness?: string | number

Gets or sets thickness of major gridlines on x-axis of the zoom slider pane