Ejemplo n.º 1
0
 public override void SetStyle(ChartStyle style)
 {
     if (style is SpiderChartStyle spiderStyle)
     {
         base.SetStyle(style);
         _style = spiderStyle;
     }
 }
Ejemplo n.º 2
0
 public SpiderChart(DataCollection data, SpiderChartStyle style, int width, int height) : base(data, style, width, height)
 {
     this._style     = style;
     this.ValueSteps = 0.1F;
 }