/// <summary>
 /// Initializes a new instance of the <see cref="ChartBulletTargetBuilder" /> class.
 /// </summary>
 /// <param name="chartTarget">The chart target configuration.</param>
 public ChartBulletTargetBuilder(ChartBulletTarget chartTarget)
 {
     target = chartTarget;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartBulletTargetBuilder" /> class.
 /// </summary>
 /// <param name="chartTarget">The chart target configuration.</param>
 public ChartBulletTargetBuilder(ChartBulletTarget chartTarget)
 {
     target = chartTarget;
 }