Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}A [ChartCategory|ChartType.ChartCategory] specifies a chart type's category.  For example, column is a chart category, while clustered column and stacked column are chart types in the column category.{excerpt}
{signature:C#}
 public sealed class ChartCategory : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class ChartCategory
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Area}Area|Area chart|
|{anchor:Bar}Bar|Bar chart|
|{anchor:Bubble}Bubble|Bubble chart|
|{anchor:Column}Column|Column chart|
|{anchor:Custom}Custom|Custom chart|
|{anchor:Doughnut}Doughnut|Doughnut chart|
|{anchor:Line}Line|Line chart|
|{anchor:Pie}Pie|Pie chart|
|{anchor:Radar}Radar|Radar chart|
|{anchor:Scatter}Scatter|Scatter chart|
|{anchor:Surface}Surface|Surface chart|