API de gráficos Blazor
La Ignite UI for Blazor proporciona API simples y fáciles de usar para trazar sus datos en los elementos de interfaz de usuario IgbCategoryChart
, IgbFinancialChart
, IgbDataChart
, IgbDataPieChart
, IgbDoughnutChart
, IgbPieChart
e IgbSparkline
.
Blazor Category Chart API
The Blazor IgbCategoryChart
has the following API members:
Propiedades del gráfico | Propiedades del eje | Propiedades de la serie |
---|---|---|
- 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:
Propiedades del gráfico | Propiedades del eje | Propiedades de la serie |
---|---|---|
- 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:
Propiedades del gráfico | Clases de eje |
---|---|
- ChartTitle - Subtitle - IsHorizontalZoomEnabled - IsVerticalZoomEnabled - Brushes - Outlines - MarkerBrushes - MarkerOutlines - Axes - Series |
-IgbAxis es la clase base para todos los tipos de ejes- IgbCategoryXAxis utilizado con series de categorías, series apiladas y series financieras - IgbCategoryYAxis utilizado con series de categorías, series apiladas - IgbCategoryAngleAxis utilizado con la serie radial - IgbNumericXAxis utilizado con la serie Scatter y la serie Bar - IgbNumericYAxis utilizado con series de dispersión, series de categorías, series apiladas y series financieras - IgbNumericAngleAxis utilizado con la serie Polar - IgbNumericRadiusAxis utilizado con la serie Polar y la serie Radial - IgbTimeXAxis utilizado con series de categorías y series financieras |
El Blazor IgbDataChart
puede usar el siguiente tipo de series que heredan de Series
:
Serie radial | Serie 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
Blazor IgbDataPieChart
tiene los siguientes miembros de 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
Puede encontrar más información sobre gráficos en estos temas: