Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TypedChartPoint{TVisual, TLabel, TDrawingContext}"/> class.
 /// </summary>
 /// <param name="point">The point.</param>
 public TypedChartPoint(ChartPoint point)
 {
     ChartPoint = point;
 }