This property is used to select the chart type.
Format:
RenderAs="Column"
This attribute takes the following values:
|
Chart Type |
RenderAs |
Description |
|
Column |
These charts are used to show frequencies and also for comparing values of different categories. | |
|
Line |
These charts are useful to observe the related set of values by connecting them in order. | |
|
Pie |
These charts are useful when you want to compare one value with respect to the entire set of values. | |
|
Bar |
These charts are used to show frequencies and for comparing values of different categories. Bar orientation is useful when AxisLabels are longer. | |
|
Area |
These charts are best for viewing cumulated total. | |
|
Doughnut |
These charts are useful when you want to compare one value with respect to the entire set of values. | |
|
StackedColumn |
These charts are useful to display proportional relationships over time. | |
|
StackedColumn100 |
These charts are similar to stacked column charts. The difference is that these charts have data represented in percentage. | |
|
StackedBar |
These charts are useful to display proportional relationships over time. But the emphasis here will be more on values than time. | |
|
StackedBar100 |
These charts are similar to stacked bar charts. The difference is that these charts have data represented in percentage. | |
|
StackedArea |
Cumulative variant of area charts to show proportional relationships. | |
|
StackedArea100 |
These charts are similar to stacked area charts. The difference is that these charts have data represented in percentage. | |
|
Bubble |
These charts are useful when each point has two quantity to be represented. | |
|
Point |
These charts are used to show the relation of two or more quantitative variables. |
This attribute applies to:
Example:
<vc:DataSeries RenderAs="Column" ... />