Exemplo n.º 1
0
 public void XYAxisSeries()
 {
     OxyAssert.PropertiesExist(typeof(OxyPlot.Series.XYAxisSeries), typeof(XYAxisSeries));
 }
Exemplo n.º 2
0
 public void DataPointSeries()
 {
     OxyAssert.PropertiesExist(typeof(OxyPlot.Series.DataPointSeries), typeof(DataPointSeries));
 }
Exemplo n.º 3
0
 public void ItemsSeries()
 {
     OxyAssert.PropertiesExist(typeof(OxyPlot.Series.ItemsSeries), typeof(ItemsSeries));
 }
Exemplo n.º 4
0
 public void Series()
 {
     OxyAssert.PropertiesExist(typeof(OxyPlot.Series.Series), typeof(Series));
 }
Exemplo n.º 5
0
 public void SelectableElement()
 {
     OxyAssert.PropertiesExist(typeof(SelectableElement), typeof(Series));
 }
Exemplo n.º 6
0
 public void PlotElement()
 {
     OxyAssert.PropertiesExist(typeof(PlotElement), typeof(Series));
 }
Exemplo n.º 7
0
 public void Axis()
 {
     OxyAssert.PropertiesExist(typeof(OxyPlot.Axes.Axis), typeof(Axis));
 }