Exemple #1
0
 public IndicatorPlotting(string label, ChartTypeOption chartType, ChartRangeOption chartRange, bool showByDefault = true)
 {
     this.chartType     = chartType;
     this.chartRange    = chartRange;
     this.label         = label;
     this.showByDefault = showByDefault;
 }
Exemple #2
0
 public IndicatorChartingInfo(int indicatorIndex, string identityCode, string seriesLabel, ChartRangeOption chartRange, ChartTypeOption chartType, bool multiValue = false)
 {
     this.indicatorIndex = indicatorIndex;
     this.identityCode   = identityCode;
     this.seriesLabel    = seriesLabel;
     this.chartRange     = chartRange;
     this.chartType      = chartType;
     this.multiValue     = multiValue;
 }