Esempio n. 1
0
 public ChartSerie(ExcelChart chart, bool isPivot)
     : this(chart)
 {
     this.IsPivot = isPivot;
 }
Esempio n. 2
0
 public ScatterChartSerie(ExcelChart chart, bool isPivot)
     : base(chart, isPivot)
 {
 }
Esempio n. 3
0
 public ChartSerie(ExcelChart chart)
 {
     this._Chart = chart;
 }
Esempio n. 4
0
 public ChartSerieCollection(ExcelChart chart)
 {
     this._Chart = chart;
 }
Esempio n. 5
0
 public LineChartSerie(ExcelChart chart, bool isPivot)
     : base(chart, isPivot)
 {
 }
Esempio n. 6
0
 public ChartDataLabel(ExcelChart chart, bool isPivot)
 {
     this._Chart  = chart;
     this.IsPivot = isPivot;
 }
Esempio n. 7
0
 public ChartSerieDataLabel(ExcelChart chart, bool isPivot)
     : base(chart, isPivot)
 {
 }