MindFusion.Wpf Pack Programmer's Guide
ChartType Enumeration
See Also
 





Specified the type of a Chart object.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum ChartType

Visual Basic  Copy Code

Public Enum ChartType

 Members

  Member name Description

Area

Indicates an area chart.

AreaStacked

Indicates an area chart with stacked values.

AreaStacked100Percent

Indicates an area chart with 100% stacked values.

Bar

Indicates a bar chart.

BarStacked

Indicates a bar chart with stacked values.

BarStacked100Percent

Indicates a bar chart with 100% stacked values.

Bubble

Indicates a bubble chart.

Column

Indicates a column chart.

ColumnStacked

Indicates a column chart with stacked values.

ColumnStacked100Percent

Indicates a column chart with 100% stacked values.

Donut

Indicates a donut chart.

DonutExploded

Indicates a donut chart with pieces set apart.

Line

Indicates a line chart.

LineMarks

Indicates a line chart with only marks.

LineStacked

Indicates a line chart with stacked values.

LineStacked100Percent

Indicates a line chart with 100% stacked values.

LineWithMarks

Indicates a line chart with both lines and marks.

LineWithMarksStacked

Indicates a line chart with lines and marks with stacked values.

LineWithMarksStacked100Percent

Indicates a line chart with lines and marks with 100% stacked values.

Pie

Indicates a pie chart.

PieExploded

Indicates a pie chart with pieces set apart.

RadarFilled

Indicates a radar chart with filled areas.

RadarFilledWithLines

Indicates a radar chart with filled areas and lines.

RadarWithLines

Indicates a radar chart with lines.

RadarWithLinesAndMarks

Indicates a radar chart with lines and marks.

RadarWithMarks

Indicates a radar chart with marks.

ScatterWithLines

Indicates a scatter chart with lines.

ScatterWithLinesAndMarks

Indicates a scatter chart with lines and marks.

ScatterWithMarks

Indicates a scatter chart with marks.

ScatterWithSmoothLines

Indicates a scatter chart with smooth lines.

ScatterWithSmoothLinesAndMarks

Indicates a scatter chart with smooth lines and marks.

SmoothArea

Indicates a smooth area chart.

SmoothAreaStacked

Indicates a smooth area chart with stacked values.

SmoothAreaStacked100Percent

Indicates a smooth area chart with 100% stacked values.

SmoothLine

Indicates a line chart with smooth lines.

SmoothLineStacked

Indicates a line chart with smooth lines with stacked values.

SmoothLineStacked100Percent

Indicates a line chart with smooth lines with 100% stacked values.

SmoothLineWithMarks

Indicates a line chart with smooth lines and marks.

SmoothLineWithMarksStacked

Indicates a line chart with smooth lines and marks with stacked values.

SmoothLineWithMarksStacked100Percent

Indicates a line chart with smooth lines and marks with 100% stacked values.

 See Also

MindFusion.Spreadsheet.Wpf.Charts Namespace