コード例 #1
0
ファイル: TypedChartPoint.cs プロジェクト: D1Nk1/LiveCharts2
 /// <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;
 }