C#
Random r = new Random(); if (i == 0) sr.Points.PointType = PointType.FillCircle; if (i == 0) sr.RadarType = RadarPointType.Area; 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 > Radar' 카테고리의 다른 글
Radar chart using Polygon and RadarPointType.Area (0) | 2009.03.28 |
---|---|
Radar Chart in Polygon using FillTriangle and RadarPointType.Line (0) | 2009.03.21 |
Radar Chart in Polygon using FillRectangle (0) | 2009.03.21 |
Radar Chart using RadarPointType.Area (0) | 2009.03.21 |
Radar Chart using RadarPointType.Line (0) | 2009.03.21 |