Beispiel #1
0
 public ObjectBrush(System.Drawing.Color Color) : this()
 {
     this.brushStyle = Easychart.Finance.Objects.BrushStyle.Solid;
     this.color      = Color;
 }
Beispiel #2
0
 public ObjectBrush(Easychart.Finance.Objects.BrushStyle brushStyle) : this()
 {
     this.brushStyle = brushStyle;
 }