MobileForms Toolkit Documentation

CompactChart.ChartType Property

Gets or sets the currently displayed chart.

public ChartType ChartType {get; set;}

Property Value

Type: The ChartType enum which specifies the kind of chart assigned to this property.

Remarks

Assigning a value to this property changes the actually selected type of chart. There are these 5 kinds of charts to choose from:

AreaChartBarChartDoughnutChartLineChartPieChart

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | PieChart