示例#1
0
 /// <summary>
 /// Apply a style to a line. Line styles are applied to lines in order, the
 /// first line will use the first line style.
 /// </summary>
 /// <param name="lineStyle"></param>
 public void AddLineStyle(LineStyle lineStyle)
 {
     lineStyles.Add(lineStyle);
 }
示例#2
0
 /// <summary>
 /// Apply a style to a line. Line styles are applied to lines in order, the 
 /// first line will use the first line style.
 /// </summary>
 /// <param name="lineStyle"></param>
 public void AddLineStyle(LineStyle lineStyle)
 {
     lineStyles.Add(lineStyle);
 }