React チャート API
Ignite UI for React チャートは、IgrCategoryChart
、IgrFinancialChart
、IgrDataChart
、IgrDataPieChart
、IgrDoughnutChart
、IgrPieChart
、および IgrSparkline
UI 要素でデータをプロットするためのシンプルで使いやすい API を提供します。
React カテゴリ チャート API
React IgrCategoryChart
には次の API メンバーがあります。
チャート プロパティ | 軸プロパティ | シリーズ プロパティ |
---|---|---|
- chartType - excludedProperties - includedProperties - isHorizontalZoomEnabled - isVerticalZoomEnabled - crosshairsDisplayMode - transitionInMode - highlightingBehavior - highlightingMode - trendLineType |
- xAxisInterval - xAxisLabelLocation - xAxisGap - xAxisOverlap - xAxisTitle - yAxisInterval - yAxisLabelLocation - yAxisTitle - yAxisMinimumValue - yAxisMaximumValue |
- brushes - outlines - markerBrushes - markerOutlines - markerTypes - toolTipType |
React ファイナンシャル チャート API
React IgrFinancialChart
には次の API メンバーがあります。
チャート プロパティ | 軸プロパティ | シリーズ プロパティ |
---|---|---|
- chartType - excludedProperties - includedProperties - isHorizontalZoomEnabled - isVerticalZoomEnabled - toolTipType - crosshairsDisplayMode - highlightingBehavior - highlightingMode - trendLineType |
- xAxisInterval - xAxisLabelLocation - xAxisTitle - yAxisInterval - yAxisLabelLocation - yAxisTitle - yAxisMinimumValue - yAxisMaximumValue - yAxisMode - xAxisMode |
- brushes - outlines - markerBrushes - markerOutlines - markerTypes - indicatorTypes - volumeType - zoomSliderType |
React データ チャート API
React IgrDataChart
には次の API メンバーがあります。
チャート プロパティ | 軸クラス |
---|---|
- chartTitle - subtitle - isHorizontalZoomEnabled - isVerticalZoomEnabled - brushes - outlines - markerBrushes - markerOutlines - XamDataChart.Axes - IgrSeries |
- IgrAxis はすべての軸タイプの基本クラスです - カテゴリ シリーズ、積層型シリーズ、およびファイナンシャル シリーズで使用される IgrCategoryXAxis - カテゴリ シリーズおよび積層型シリーズで使用される IgrCategoryYAxis - ラジアル シリーズで使用される IgrCategoryAngleAxis - 散布シリーズおよび棒シリーズで使用される IgrNumericXAxis - 散布シリーズ、カテゴリ シリーズ、積層型シリーズ、およびファイナンシャル シリーズで使用される IgrNumericYAxis - 極座標シリーズで使用される IgrNumericAngleAxis - 極座標シリーズ およびラジアル シリーズで使用される IgrNumericRadiusAxis - カテゴリ シリーズおよびファイナンシャル シリーズで使用される IgrTimeXAxis |
React IgrDataChart
は、IgrSeries
から継承する次のタイプのシリーズを使用できます。
React データ凡例の API
React IgrDataLegend
には次の API メンバーがあります:
includedColumns
excludedColumns
includedSeries
excludedSeries
valueFormatAbbreviation
valueFormatMode
valueFormatCulture
valueFormatMinFractions
valueFormatMaxFractions
valueTextColor
titleTextColor
labelTextColor
unitsTextColor
summaryType
headerTextColor
badgeShape
React ドーナツ チャート API
React IgrDoughnutChart
には、次の API メンバーがあります。
React データ円チャート API
React IgrDataPieChart
には、次の API メンバーがあります。
chartType
highlightingBehavior
othersCategoryThreshold
othersCategoryType
selectionMode
selectionBehavior
React 円チャート API
React IgrPieChart
には、次の API メンバーがあります。
legendItemBadgeTemplate
legendItemTemplate
legendLabelMemberPath
othersCategoryThreshold
othersCategoryType
selectionMode
React スパークライン チャート API
React IgrSparkline
には、次の API メンバーがあります。
displayNormalRangeInFront
displayType
lowMarkerBrush
lowMarkerSize
lowMarkerVisibility
normalRangeFill
unknownValuePlotting
その他のリソース
チャートの詳細については、次のトピックを参照してください。