C#
Random r = new Random(); if (i == 0) sr.Points.PointType = PointType.FillRectangle; for (int x = 0; x < 5; x++) sr.items.Add(item); |
VB
Dim sList As New SeriesList() Dim r As New Random() Me.hHippoChart1.Titles.Label.ForeColor = Color.SteelBlue |
'Chart Type > Line' 카테고리의 다른 글
Spline Chart in 3D (0) | 2009.03.29 |
---|---|
100% FullStacked Line Chart using LineArea in 3D (0) | 2009.03.29 |
100% FullStacked Line Chart using LineArea (0) | 2009.03.29 |
Line Chart with negative using Area in 3D (0) | 2009.03.29 |
Line Chart with negative using Area (0) | 2009.03.29 |