@namespace Connected.Components @inherits UIComponent
@if (ChartType == ChartType.Donut) { } @if (ChartType == ChartType.Pie) { } @if (ChartType == ChartType.Line) { } @if (ChartType == ChartType.Bar) { }