or
With RadChartCopies |
Dim s0 As ChartSeries = .Chart.Series(0) |
If s0 Is Nothing Then |
.CreateSeries("Copies0", System.Drawing.Color.CadetBlue, Color.DarkSalmon, ChartSeriesType.Area) |
End If |
s0.Clear() |
' ----- Add data from DataTable generated fro SQL |
' ----- Use s0.Items.Add(seriesItem0) |
' ----------------------------------------------- |
' |
'Have tried these 3 methods |
'.Invalidate() |
'.Update() |
'.Refresh |
End With |
Hi,
I need to take the unique name of the current column in winforms Grid.
Lalitha