예제 #1
0
        //------------------------------------------------------


        //------------------------------------------------------
        private void Applique3DStyle(CChart3DStyle f, ChartArea3DStyle ms)
        {
            ms.Enable3D         = f.Enable3D;
            ms.Inclination      = f.Inclination;
            ms.IsClustered      = f.IsClustered;
            ms.IsRightAngleAxes = f.IsRightAngleAxes;
            ms.LightStyle       = CConvertisseurChartEnumToMSEnum.GetMSLightStyle(f.LightStyle);
            ms.Perspective      = f.Perspective;
            ms.PointDepth       = f.PointDepth;
            ms.PointGapDepth    = f.PointGapDepth;
            ms.Rotation         = f.Rotation;
            ms.WallWidth        = f.WallWidth;
        }