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