Class PivotChartType
Represents the different types of charts available in SfPivotChart library.
Inheritance
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public sealed class PivotChartType : Enum
Fields
Area
Area chart is a type of presentation graphic that emphasizes a change in values by filling in the portion of the graph beneath the line connecting various data points.
Declaration
public const PivotChartType Area
Field Value
Type |
---|
PivotChartType |
Bar
A bar chart is a chart with rectangular bars of lengths proportional to that value that they represent. Bar charts are used for comparing two or more values.
Declaration
public const PivotChartType Bar
Field Value
Type |
---|
PivotChartType |
Column
A column chart compares values across categories. The series values are displayed as individual columns and grouped by category. The height of each column is determined by the series value.
Declaration
public const PivotChartType Column
Field Value
Type |
---|
PivotChartType |
FastBarBitmap
FastBarBitmap chart is used to boost up the performance of the bar chart.
Declaration
public const PivotChartType FastBarBitmap
Field Value
Type |
---|
PivotChartType |
FastColumnBitmap
FastColumnBitmap chart is used to boost up the performance of the column chart.
Declaration
public const PivotChartType FastColumnBitmap
Field Value
Type |
---|
PivotChartType |
FastLine
The FastLine chart is a special kind of line chart that can render a collection with a huge number of data points. This was rendered using polyline segment.
Declaration
public const PivotChartType FastLine
Field Value
Type |
---|
PivotChartType |
FastLineBitmap
FastLineBitmap chart displays a series of line segments rendered using WritableBitmap. This chart renders a million data point in a fraction of seconds.
Declaration
public const PivotChartType FastLineBitmap
Field Value
Type |
---|
PivotChartType |
FastScatterBitmap
FastScatterBitmap chart is used to render high number of scatter points. The ScatterHeight and ScatterWidth is also available as in Scatter chart.
Declaration
public const PivotChartType FastScatterBitmap
Field Value
Type |
---|
PivotChartType |
FastStackingColumnBitmap
FastStackingColumn chart is similar to StackingColumn chart except that it loads faster and provides better performance.
Declaration
public const PivotChartType FastStackingColumnBitmap
Field Value
Type |
---|
PivotChartType |
FastStepLineBitmap
FastStepLineBitmap chart is the high performance version of StepLine chart.
Declaration
public const PivotChartType FastStepLineBitmap
Field Value
Type |
---|
PivotChartType |
Line
A style of chart that is created by connecting a series of data points together with a line. This is the most basic type of chart used in finance and it is generally created by connecting a series of past prices together with a line.
Declaration
public const PivotChartType Line
Field Value
Type |
---|
PivotChartType |
Pie
A pie chart also known as circle graph, is a circular chart divided into sectors, illustrating relative magnitudes or frequencies or percent. In a pie chart, the arc length of each sector (and consequently its central angle and chart), is proportional to the quantity it represents. Together, the sectors create a full disk. It is named for its resemblance to a pie which has been sliced.
Declaration
public const PivotChartType Pie
Field Value
Type |
---|
PivotChartType |
Scatter
A scatter type contains one or more scatter plots each of which use Cartesian co-ordinates to display values for two series values for a set of data. The data is displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.
Declaration
public const PivotChartType Scatter
Field Value
Type |
---|
PivotChartType |
Spline
A spline chart is simply a line chart that plots a fitted curve through each data point in a series.
Declaration
public const PivotChartType Spline
Field Value
Type |
---|
PivotChartType |
SplineArea
Spline area chart is an area chart, in which each chart is given a color to emphasize the relationships between the pieces of charted information.
Declaration
public const PivotChartType SplineArea
Field Value
Type |
---|
PivotChartType |
StackingArea
Stacking area chart is a chart with Y values stacked over one another, in series order.
Declaration
public const PivotChartType StackingArea
Field Value
Type |
---|
PivotChartType |
StackingBar
A stacked bar chart displays the relationship of individual items to the whole, comparing the contributions of each value to a total across categories. The series values are stacked in a single column for each category. The height of each column is determined by the total of all series values for the category.
Declaration
public const PivotChartType StackingBar
Field Value
Type |
---|
PivotChartType |
StackingBar100
A bar chart where multiple series are stacked horizontally to fit 100% of the chart. If there is only one series in chart, all the bars will fit to 100% of chart.
Declaration
public const PivotChartType StackingBar100
Field Value
Type |
---|
PivotChartType |
StackingColumn
A stacked column chart displays the relationship of individual items to the whole, comparing the contributions of each value to a total across categories. The series values are stacked in a single column for each category. The height of each column is determined by the total of all series values for the category.
Declaration
public const PivotChartType StackingColumn
Field Value
Type |
---|
PivotChartType |
StackingColumn100
A column chart where multiple series are stacked vertically to fit 100% of the chart. If there is only one series in your chart, then all the column bars will fit to 100% of the chart.
Declaration
public const PivotChartType StackingColumn100
Field Value
Type |
---|
PivotChartType |
StepArea
The step area chart consists of pairs of values (plotted as points) on a line
for each series in the given dataset. Each pair of values consists of one date (value) and one numeric value.
This chart will have one date or time (value) based axis (the domain axis) and one numeric axis (the range axis).
Each line is drawn at a 90 degree angle from point to point.
Each line will fill from the line to the bottom of the plot with its series color.
Declaration
public const PivotChartType StepArea
Field Value
Type |
---|
PivotChartType |
StepLine
Step Line charts are line charts, with values drawn continuously and step by step without any gaps between them.
Declaration
public const PivotChartType StepLine
Field Value
Type |
---|
PivotChartType |