public override void BeginInitialize( )
        {
            seriesLabel  = new DevExpress.XtraCharts.PointSeriesLabel();
            seriesView   = new DevExpress.XtraCharts.SplineSeriesView();
            pointOptions = new DevExpress.XtraCharts.PointOptions();

            base.BeginInitialize();
        }
Esempio n. 2
0
        public virtual void BeginInitialize( )
        {
            if (seriesLabel == null)
            {
                seriesLabel = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            }

            if (seriesView == null)
            {
                seriesView = new DevExpress.XtraCharts.SideBySideBarSeriesView();
            }

            if (pointOptions == null)
            {
                pointOptions = new DevExpress.XtraCharts.PointOptions();
            }

            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(seriesLabel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(seriesView)).BeginInit();
        }