Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ZeroitMetroPieChartSegment"/> class.
 /// </summary>
 public ZeroitMetroPieChartSegment()
 {
     ZeroitMetroPieChartSegment.__ENCAddToList(this);
     this._style        = ZeroitMetroPieChartSegment.eStyle.Custom;
     this._fillStyle    = HatchStyle.BackwardDiagonal;
     this._UseFillStyle = false;
     this._value        = 10;
     this._fillColor    = Color.FromArgb(255, 129, 0);
     this._borderColor  = Color.FromArgb(255, 129, 0);
     this._style        = ZeroitMetroPieChartSegment.eStyle.LightOrange;
 }