Blazor 차트 API
Ignite UI for Blazor 차트는 IgbCategoryChart
, IgbFinancialChart
, IgbDataChart
, IgbDataPieChart
, IgbDoughnutChart
, IgbPieChart
및 IgbSparkline
UI 요소에 데이터를 그리는 간단하고 사용하기 쉬운 API를 제공합니다.
Blazor Category Chart API
The Blazor IgbCategoryChart
has the following API members:
차트 속성 | 축 속성 | 계열 속성 |
---|---|---|
- 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:
차트 속성 | 축 속성 | 계열 속성 |
---|---|---|
- 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:
차트 속성 | 축 클래스 |
---|---|
- ChartTitle - Subtitle - IsHorizontalZoomEnabled - IsVerticalZoomEnabled - Brushes - Outlines - MarkerBrushes - MarkerOutlines - Axes - Series |
-IgbAxis 는 모든 축 유형에 대한 기본 클래스입니다.- IgbCategoryXAxis Category Series, Stacked Series 및 Financial Series와 함께 사용 - IgbCategoryYAxis 카테고리 시리즈, 스택 시리즈와 함께 사용 - IgbCategoryAngleAxis 방사형 시리즈와 함께 사용 - IgbNumericXAxis Scatter 시리즈 및 Bar 시리즈와 함께 사용 - IgbNumericYAxis Scatter Series, Category Series, Stacked Series 및 Financial Series와 함께 사용 - IgbNumericAngleAxis Polar 시리즈와 함께 사용 - IgbNumericRadiusAxis Polar 시리즈 및 Radial 시리즈와 함께 사용 - IgbTimeXAxis 카테고리 시리즈 및 금융 시리즈와 함께 사용 |
Blazor IgbDataChart
Series
에서 상속된 다음 유형의 시리즈를 사용할 수 있습니다.
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
에는 다음과 같은 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
다음 주제에서 차트에 대한 자세한 정보를 찾을 수 있습니다.