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