API de gráficos do Blazor
Os gráficos Ignite UI for Blazor fornecem APIs simples e fáceis de usar para plotar seus dados em elementos de interface IgbDataChart
IgbPieChart
IgbSparkline
IgbFinancialChart
IgbDoughnutChart
IgbDataPieChart
do IgbCategoryChart
usuário.
Blazor Category Chart API
The Blazor IgbCategoryChart
has the following API members:
Propriedades do gráfico | Propriedades do eixo | Propriedades da série |
---|---|---|
- 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 |
Blazor Financial Chart API
The Blazor IgbFinancialChart
has the following API members:
Propriedades do gráfico | Propriedades do eixo | Propriedades da série |
---|---|---|
- 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 |
Blazor Data Chart API
The Blazor IgbDataChart
has the following API members:
Propriedades do gráfico | Classes de eixo |
---|---|
- ChartTitle - Subtitle - IsHorizontalZoomEnabled - IsVerticalZoomEnabled - Brushes - Outlines - MarkerBrushes - MarkerOutlines - Axes - Series |
-IgbAxis is classe base para todos os tipos de eixo- IgbCategoryXAxis usado com Série de Categoria, Série Empilhada e Série Financeira - IgbCategoryYAxis usado com a série da categoria, série empilhada - IgbCategoryAngleAxis usado com Série Radial - IgbNumericXAxis usado com série de dispersão e série de barras - IgbNumericYAxis usado com Série de Dispersão, Série de Categoria, Série Empilhada e Série Financeira - IgbNumericAngleAxis usado com a série Polar - IgbNumericRadiusAxis usado com Série Polar e Série Radial - IgbTimeXAxis usado com Série de Categoria e Série Financeira |
O Blazor IgbDataChart
pode usar o seguinte tipo de série que herda de Series
:
Série Radial | Série Polar |
---|---|
- IgbRadialLineSeries - IgbRadialAreaSeries - IgbRadialPieSeries - IgbRadialColumnSeries |
- IgbPolarScatterSeries - IgbPolarLineSeries - IgbPolarAreaSeries - IgbPolarSplineSeries - IgbPolarSplineAreaSeries |
Blazor Data Legend API
The Blazor IgbDataLegend
has the following API members:
IncludedColumns
ExcludedColumns
IncludedSeries
ExcludedSeries
ValueFormatAbbreviation
ValueFormatMode
ValueFormatCulture
ValueFormatMinFractions
ValueFormatMaxFractions
ValueTextColor
TitleTextColor
LabelTextColor
UnitsTextColor
SummaryType
HeaderTextColor
BadgeShape
Blazor Donut Chart API
The Blazor IgbDoughnutChart
has the following API members:
Blazor Data Pie Chart API
O Blazor IgbDataPieChart
tem os seguintes membros da API:
ChartType
HighlightingBehavior
OthersCategoryThreshold
OthersCategoryType
SelectionMode
SelectionBehavior
Blazor Pie Chart API
The Blazor IgbPieChart
has the following API members:
LegendItemBadgeTemplate
LegendItemTemplate
LegendLabelMemberPath
OthersCategoryThreshold
OthersCategoryType
SelectionMode
Blazor Sparkline Chart API
The Blazor IgbSparkline
has the following API members:
DisplayNormalRangeInFront
DisplayType
LowMarkerBrush
LowMarkerSize
LowMarkerVisibility
NormalRangeFill
UnknownValuePlotting
Additional Resources
Você pode encontrar mais informações sobre gráficos nestes tópicos: