C#
Random r = new Random(); for (int x = 0; x < 5; x++) sr.items.Add(item); this.hHippoChart1.LegendBox.Visible = false; |
VB
Dim sList As New SeriesList() Dim r As New Random() Me.hHippoChart1.LegendBox.Visible = False |
'Chart Type > Line' 카테고리의 다른 글
Line Chart in multiple series using pointtype.FillRectangle (0) | 2009.03.29 |
---|---|
Line Chart in 3D (0) | 2009.03.29 |
Line Chart usng LineCap.ArrowAnchor (0) | 2009.03.29 |
Line Chart using points width and pointType (0) | 2009.03.29 |
Default Line Chart (0) | 2009.03.29 |