Example #1
0
 public ReportChartShape()
 {
     CanPrint          = true;
     CanRotate         = false;
     ShadowColor       = Color.Transparent;
     ShapeOutlineColor = Color.Transparent;
     Border            = new EmptyBorder();
 }
Example #2
0
        public ChartShape()
        {
            _ChartControl          = new ChartControl2(ActiveSheet);
            Tag                    = _ChartControl.GetSerializeXML();
            _ChartControl.CellSize = new Size(Width, Height);

            CanPrint          = true;
            CanRotate         = false;
            ShadowColor       = Color.Transparent;
            ShapeOutlineColor = Color.Transparent;
            Border            = new EmptyBorder();
        }