示例#1
0
 public Legend(LegendPostion Position, TextStyle TextStyle)
     : this(Position)
 {
     this.TextStyle = TextStyle;
 }
示例#2
0
 public Legend(LegendPostion Position) : this()
 {
     this.LegendPosition = Position;
 }