Dim telerik2 As ChartSeries() I want to assign the chart series type inside a if loop
IF something>10 Then here i want to give chart series type
END IF
Radchart1.Series,.Add(telerik2)
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 26 May 2008, 03:37 PM
Hello Rajesh,
You can use the Type property directly like this: telerik2.Type = ChartSeriesType.Line;