Exemple #1
0
 public DataBoundAnnotation(Plot plot)
     : base(plot)
 {
 }
Exemple #2
0
 public AxisCollection(Plot parent)
 {
     this.parent = parent;
 }
Exemple #3
0
 public DateTimeAxis(Plot parent)
 {
     this.parent = parent;
 }