Ejemplo n.º 1
0
 private void Initialize()
 {
     Border     = new ChartElementBorder();
     Line       = new ChartLine();
     Type       = "ohlc";
     Aggregates = new ChartOHLCAggregates();
 }
Ejemplo n.º 2
0
 public ChartOHLCAggregatesSerializer(ChartOHLCAggregates aggregates)
 {
     this.aggregates = aggregates;
 }
Ejemplo n.º 3
0
 public ChartOHLCAggregatesSerializer(ChartOHLCAggregates aggregates)
 {
     this.aggregates = aggregates;
 }