示例#1
0
 internal override void Init()
 {
     base.Init();
     this._sizeValues          = new DoubleSeriesCollection();
     this._sizeDataOrientation = 0;
     this._sizeFormatter       = null;
 }
示例#2
0
 internal override void Init()
 {
     base.Init();
     this._xValues = new DoubleSeriesCollection();
     this._xValues.CollectionChanged += new NotifyCollectionChangedEventHandler(this.XValues_CollectionChanged);
     this._xDataOrientation           = 0;
     this._xFormatter = null;
 }
示例#3
0
 internal override void Init()
 {
     base.Init();
     this._zValues          = new DoubleSeriesCollection();
     this._zDataOrientation = 0;
 }