MindFusion.Wpf Pack Programmer's Guide
Chart.Type Property
See Also
 





Gets or sets the type of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public ChartType Type { get; set; }

Visual Basic  Copy Code

Public Property Type As ChartType

 Property Value

A member of the ChartType enumeration. The default is Column.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace