If using the new style context, re-declare this in your class to be the
React.ContextType
of your static contextType
.
Should be used with type annotation or static contextType.
static contextType = MyContext
// For TS pre-3.7:
context!: React.ContextType<typeof MyContext>
// For TS 3.7 and above:
declare context: React.ContextType<typeof MyContext>
Readonly
propsStatic
Optional
contextIf set, this.context
will be set at runtime to the current value of the given Context.
Usage:
type MyContext = number
const Ctx = React.createContext<MyContext>(0)
class Foo extends React.Component {
static contextType = Ctx
context!: React.ContextType<typeof Ctx>
render () {
return <>My context's value: {this.context}</>;
}
}
Gets the actual palette of brushes to use for coloring the chart series.
Gets the actual palette of brushes to use for outlines on the chart series.
Gets the actual color of labels on the X-axis
Gets the actual color of labels on the Y-axis
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;
Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
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.
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.
Gets or sets the fill opacity for all series that have area visuals in this chart. For example, Area, SplineArea, Column chart types
Gets or sets if the auto value callouts should be displayed.
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 />
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"];
Gets or sets if event annotations should be displayed.
Occurs when the style of a callout is updated.
Occurs when the style of a callout is updated.
Occurs when the style of a callout is updated.
Occurs when the style of a callout is updated.
Gets or sets if event annotations should be displayed.
Gets or sets the allowed positions that the callout layer is allowed to use.
Gets or sets the amount of precision to apply to the auto callout labels.
Gets or sets if the thickness that should be used for the callout outlines.
Gets or sets the member path of the content data for the callouts.
Gets or sets the member path of the label data for the callouts.
Gets or sets if the thickness that should be used for the callout outlines.
Gets or sets whether to the label color is automatically decided between a light and dark option for contrast.
Gets or sets if the series item color should be used for the callout fills.
Gets or sets if the series item color should be used for the callout outlines.
Gets or sets if callouts should be displayed.
Gets or sets the member path of the X data for the callouts.
Gets or sets the member path of the Y data for the callouts.
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" />
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} />
Gets or sets mode to use for automatically calculating the plot area margin.
Gets or sets whether annotations are shown along the axis for crosshair values
Gets or sets the background of crosshair annotation on x-axis.
Gets or sets precision on interpolated values of crosshairs on x-axis.
Gets or sets the text color of crosshair annotation on x-axis.
Gets or sets the background of crosshair annotation on y-axis.
Gets or sets precision on interpolated values of crosshairs on y-axis.
Gets or sets the text color of crosshair annotation on y-axis.
Gets or sets the crosshairs to be displayed.
Gets or sets the color to apply to horizontal crosshairs line.
Gets or sets thickness of crosshairs lines.
Gets or sets the color to apply to vertical crosshairs line.
Gets or sets whether crosshairs will snap to the nearest data point.
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.
Gets or sets the BadgeShape for the data legend.
Gets or sets the offset of the tooltip layer on the X axis.
Gets or sets the offset of the tooltip layer on the Y axis.
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
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
Gets or sets whether to show Group row.
Gets or sets the Group text color.
Gets or Sets the style to use for the Group text.
Gets or sets the tooltip position mode on the X axis for grouped series.
Gets or sets the tooltip position mode on the Y axis for grouped series.
Gets or sets globalization culture when displaying header as date time This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
Gets or sets date format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
Gets or sets the format specifiers to use with the HeaderFormatString string.
Gets or sets the format string for header text displayed in the data legend.
Gets or sets time format for the header This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
Gets or sets whether to show Header row.
Gets or sets the HeaderText for the data legend.
Gets or sets the header text color.
Gets or Sets the style to use for the header text.
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
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
Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets the offset of the tooltip layer on the X axis.
Gets or sets the offset of the tooltip layer on the Y axis.
Gets or sets whether the data legend should update when the series data is mutated.
Gets or sets the units text for the data legend.
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets the SummaryTitleText for the data legend.
Gets or sets the summary text color.
Gets or Sets the style to use for the summary text.
Gets or sets the SummaryType for the data legend.
Gets or sets the units text for the data legend.
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets the display text color.
Gets or Sets the style to use for the display text.
Gets or sets the UnitsMode for the data legend.
Gets or sets the units text for the data legend.
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets mode for abbreviating large numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
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
Gets or sets maximum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
Gets or sets minimum digits for formatting numbers displayed in the legend This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
Gets or sets the format specifiers to use with the ValueFormatString string.
Gets or sets the format string for values displayed in the data legend.
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
Gets or sets whether to show series rows.
Gets or sets the units text color.
Gets or Sets the style to use for the units text.
Gets or sets whether to use series colors when displaying values in the legend
Gets or sets text displayed when data column is missing a value, e.g. "no data"
Gets domain type of this chart
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" />
Gets the current filter that is applied to the chart. Collection can be updated to modify the filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
Gets or sets the background of final value annotation.
Gets or sets precision on final value annotation.
Gets or sets the text color of final value annotation.
Gets or sets whether annotations for the final value of each series is displayed on the axis.
Gets or sets the focus brush to use for the series.
Gets or sets the focus mode to use for the series in the component, when supported.
Gets or sets the duration used for animating Focus changes
Gets the currently focused data items. Adding or removing data items from this collection will focus or blur the visuals associated with those items.
Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
Gets or sets the sorts to apply after grouping has been applied.
Gets the current highlight filter that is applied to the chart. Collection can be updated to modify the highlight filter for the chart. Once filter expressions are in this collection, the chart will no longer listen for changes on their properties.
Gets or sets a collection of data items used to generate the chart. The HighlightedItemsSource of this chart can be a list of objects containing one or more numeric properties. Additionally, if the objects in the list implement the IEnumerable interface, the Chart will attempt to delve into the sub-collections when reading through the data source. Data binding can be further configured by attributing the data item classes with the DataSeriesMemberIntentAttribute.
Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
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.
Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHighlightingEnabled.
Gets or sets the duration used for animating highlighting changes
Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the horizontal scrollbar mode to use for the series viewer.
Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
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" />
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" />
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" />
The long period of financial indicators, where applicable.
The IndicatorLongPeriod
property applies only to these indicator types:
<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorLongPeriod={8} />
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} />
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"/>
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} />
The short period of financial indicators, where applicable.
The IndicatorShortPeriod
property applies only to these indicator types:
<IgrFinancialChart
width="100%"
height="400px"
dataSource={this.data}
indicatorShortPeriod={8} />
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} />
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} />
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} />
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" />
Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
Gets the initial filters that are applied to the chart.
Gets the initial groupings that are applied to the chart.
Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Gets or sets the filter to apply to the chart. This property will become ignored if the filter is changed outside of this property.
Gets the initial highlight filters that are applied to the chart.
Gets the initial sorts that are applied to the chart.
Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
Gets the initial summaries that are applied to the chart.
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;
Gets or sets weather or not a legend is visible between toolbar and chart's plot area
Gets or sets whether the chart can highlight series through user interactions. This property applies to Category Chart and Financial Chart controls.
A boolean property controlling the visibility of the toolbar.
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"/>
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.
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}/>
Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
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
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
Gets or sets the default marker type for all series plotted in this chart. This property is ignored when the MarkerTypes property is set
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}/>
Gets or sets the MarkerFillMode for all series that support markers in this chart.
Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
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}/>
Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
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}/>
Gets or sets the Marker Thickness for all series that support markers in this chart.
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
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" />
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"/>
Gets or sets the OutlineMode for all series in this chart.
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}/>
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" />
The multiplier of financial overlay, e.g. BollingerBands overlay.
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" />
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} />
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" />
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.
Margin applied below the plot area.
Margin applied to the Left of the plot area.
Margin applied to the right of the plot area.
Margin applied to the Top of the plot area.
Occurs when the pointer is pressed down over the plot area.
Occurs when the pointer is pressed down over the plot area.
Occurs when the pointer enters the plot area.
Occurs when the pointer enters the plot area.
Occurs when the pointer leaves the plot area.
Occurs when the pointer leaves the plot area.
Occurs when the pointer is over the plot area.
Occurs when the pointer is over the plot area.
Occurs when the pointer is released over the plot area.
Occurs when the pointer is released over the plot area.
A FinancialChartRangeSelectorOptionCollection containing the available range selector options on the toolbar.
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.
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}/>
Gets the currently selected data items. Adding or removing data items from this collection will select or deselect the visuals associated with those items.
Gets or sets the selection behavior to use for the series in the component, when supported.
Gets or sets the selection brush to use for the series.
Gets or sets the selection mode to use for the series in the component, when supported.
Gets or sets the duration used for animating Selection changes
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)
{
}
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)
{
}
Occurs when the pointer is clicked over a series.
Occurs when the pointer is clicked over a series.
Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
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)
{
}
Gets or sets whether annotations for the final value of each series is displayed on the axis.
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.
Gets or sets a whether the chart should pan its content when zoo,ing in passed max zoom level.
Gets or sets whether the chart should use a faded skeleton style for mock data.
Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
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" ;
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;
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 ;
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}/>
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}/>
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"/>
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"/>
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}/>
Gets the current summaries that are applied to the grid.
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.
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"/>
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}/>
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>
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>
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" />
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>
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} />
Gets or sets the style of tooltip to be displayed.
Sets or gets the template reference to use for tooltips for all the series.
Sets or gets the template references to use for tooltips for all the series, in order.
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} />
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} />
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" />
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" />
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" />
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} />
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" />
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" />
Gets or sets if event annotations should be displayed.
Gets or sets what value lines to use in the chart.
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
Gets or sets thickness of value lines.
Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
Gets or sets the vertical scrollbar mode to use for the series viewer.
Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
Gets a rectangle representing the bounds of the plot area.
viewport
property representing the bounds of the plot area.
let viewport:Rect = this.chart.viewport;
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" />
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" />
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}/>
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" />
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} />
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)
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)
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
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
TimeAxisBreaks to apply to this chart when in time axis mode, representing spans of time to omit, such as weekends.
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.
Represents a base class for domain charts with X/Y axes