Esempio n. 1
0
        public Histogram_Rectangle_ReportView()
        {
            MyToolTip = new FollowPopView();
            MyToolTip.BackGroundColor = ReportViewUtils.perferWhite_Shallow;
            MyToolTip.Padding         = 20;
            MyToolTip.TextSize        = 8;
            MyToolTip.DataSize        = 8;
            MyToolTip.TextColor       = Color.Black;
            MyToolTip.DataColor       = ReportViewUtils.perferRed;

            //lable = new Label();
            //lable.Location = new Point(0, this.MaxHeight);
            //lable.Text = "";
            //lable.Width = 0;
            //this.Controls.Add(lable);

            BackGroundAlpha         = 60;
            TextAndTextPadding      = 4;
            TextShowCount           = 10;
            LeftPadding             = 100;
            RightPadding            = 100;
            padding                 = 20;
            TextLeaveOutIsEnd       = true;
            StrokenWidth            = 1;
            DataSize                = 10;
            IsDrawValue             = true;
            IsDrawColorfulRectAngle = true;
            IsShowPropertyBer       = true;
            PropertycontentFont     = new Font("幼圆", 10);
        }
Esempio n. 2
0
 public Arc_Splite_ReportView()
 {
     toolTip = new FollowPopView();
     toolTip.BackGroundColor = ReportViewUtils.perferWhite_Shallow;
     toolTip.Padding         = 20;
     toolTip.Width           = 100;
     toolTip.TextSize        = 10;
     toolTip.TextColor       = ReportViewUtils.perferRed;
     toolTip.DataColor       = ReportViewUtils.perferRed;
 }