コード例 #1
0
 public PlotLength(double value)
 {
     Value = new OxyPlot.PlotLength(value, OxyPlot.PlotLengthUnit.Data);
 }
コード例 #2
0
 public PlotLength()
 {
     Value = new OxyPlot.PlotLength();
 }