![]() |
![]() |
C#
Random r = new Random(); if (i == 0) sr.Points.PointType = PointType.FillCircle; for (int x = 0; x < 19; x++) sr.items.Add(item); this.hHippoChart1.Titles.Label.ForeColor = Color.SteelBlue; |
VB
Dim sList As New SeriesList() Dim r As New Random() Me.hHippoChart1.Titles.Label.ForeColor = Color.SteelBlue |
'Chart Type > Scatter' 카테고리의 다른 글
Scatter plot chart using pointType(Image) (0) | 2009.04.07 |
---|---|
Default scatter plot chart (2) | 2009.04.07 |