コード例 #1
0
 private void InitializeChart()
 {
     this.donut3      = new Steema.TeeChart.Store.Styles.Donut();
     this.annotation3 = new Steema.TeeChart.Store.Tools.Annotation();
     this.donut2      = new Steema.TeeChart.Store.Styles.Donut();
     this.annotation2 = new Steema.TeeChart.Store.Tools.Annotation();
     this.line1       = new Steema.TeeChart.Store.Styles.Line();
     this.line2       = new Steema.TeeChart.Store.Styles.Line();
     this.line3       = new Steema.TeeChart.Store.Styles.Line();
     this.donut1      = new Steema.TeeChart.Store.Styles.Donut();
     this.annotation1 = new Steema.TeeChart.Store.Tools.Annotation();
     this.tChart3.Aspect.Elevation        = 315;
     this.tChart3.Aspect.ElevationFloat   = 315D;
     this.tChart3.Aspect.Orthogonal       = false;
     this.tChart3.Aspect.Perspective      = 0;
     this.tChart3.Aspect.Rotation         = 360;
     this.tChart3.Aspect.RotationFloat    = 360D;
     this.tChart3.Aspect.View3D           = false;
     this.tChart3.Footer.Font.Brush.Color = Windows.UI.Colors.Gray;
     this.tChart3.Header.Visible          = false;
     this.tChart3.Legend.Visible          = false;
     this.tChart3.Name = "tChart3";
     this.tChart3.Panel.Bevel.Outer              = Steema.TeeChart.Store.Drawing.BevelStyles.None;
     this.tChart3.Panel.Brush.Color              = Windows.UI.Colors.White;
     this.tChart3.Panel.Brush.Gradient.EndColor  = Windows.UI.Colors.White;
     this.tChart3.Panel.Brush.Gradient.UseMiddle = false;
     this.tChart3.Series.Add(this.donut3);
     this.tChart3.TabIndex = 3;
     this.tChart3.Tools.Add(this.annotation3);
     this.tChart3.Walls.Back.Brush.Gradient.EndColor = Windows.UI.Colors.White;
     this.donut3.Brush.Color   = Windows.UI.Color.FromArgb(255, ((((byte)(243)))), ((((byte)(156)))), ((((byte)(53)))));
     this.donut3.Circled       = true;
     this.donut3.Color         = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.donut3.DonutPercent  = 95;
     this.donut3.Frame.Circled = true;
     this.donut3.Frame.FrameElementPercents = new double[] {
         25D,
         60D,
         15D
     };
     this.donut3.Frame.OuterBand.Gradient.UseMiddle = false;
     this.donut3.LabelMember         = "Labels";
     this.donut3.Marks.Visible       = false;
     this.donut3.MarksPie.LegSize    = 0;
     this.donut3.MarksPie.VertCenter = false;
     this.donut3.MultiPie            = Steema.TeeChart.Store.Styles.MultiPies.Automatic;
     this.donut3.OriginalCursor      = null;
     this.donut3.OtherSlice.Color    = Utils.EmptyColor;
     this.donut3.OtherSlice.Style    = Steema.TeeChart.Store.Styles.PieOtherStyles.None;
     this.donut3.OtherSlice.Text     = "";
     this.donut3.OtherSlice.Value    = 0D;
     this.donut3.RotationAngle       = 180;
     this.donut3.Shadow.Height       = 3;
     this.donut3.Shadow.Width        = 3;
     this.donut3.Title = "Series0";
     this.donut3.UniqueCustomRadius              = true;
     this.donut3.XValues.DataMember              = "Angle";
     this.donut3.XValues.Order                   = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.donut3.YValues.DataMember              = "Pie";
     this.annotation3.AutoSize                   = true;
     this.annotation3.Callout.ArrowHead          = Steema.TeeChart.Store.Styles.ArrowHeadStyles.None;
     this.annotation3.Callout.ArrowHeadDirection = Steema.TeeChart.Store.Styles.ArrowHeadDirection.FromPoint;
     this.annotation3.Callout.ArrowHeadSize      = 8;
     this.annotation3.Callout.Brush.Color        = Windows.UI.Colors.Black;
     this.annotation3.Callout.Distance           = 0;
     this.annotation3.Callout.Draw3D             = false;
     this.annotation3.Callout.SizeDouble         = 0D;
     this.annotation3.Callout.SizeUnits          = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.annotation3.Callout.XPosition          = 0;
     this.annotation3.Callout.YPosition          = 0;
     this.annotation3.Callout.ZPosition          = 0;
     this.annotation3.Position                   = Steema.TeeChart.Store.Tools.AnnotationPositions.Center;
     this.annotation3.Shape.Font.Name            = "Segoe UI";
     this.annotation3.Shape.Font.Size            = 29;
     this.annotation3.Shape.Lines                = new string[] {
         "$1500"
     };
     this.annotation3.Shape.Transparent = true;
     this.annotation3.Text                = "$1500";
     this.tChart2.Aspect.Elevation        = 315;
     this.tChart2.Aspect.ElevationFloat   = 315D;
     this.tChart2.Aspect.Orthogonal       = false;
     this.tChart2.Aspect.Perspective      = 0;
     this.tChart2.Aspect.Rotation         = 360;
     this.tChart2.Aspect.RotationFloat    = 360D;
     this.tChart2.Aspect.View3D           = false;
     this.tChart2.Footer.Font.Brush.Color = Windows.UI.Colors.Gray;
     this.tChart2.Header.Visible          = false;
     this.tChart2.Legend.Visible          = false;
     this.tChart2.Name = "tChart2";
     this.tChart2.Panel.Bevel.Outer              = Steema.TeeChart.Store.Drawing.BevelStyles.None;
     this.tChart2.Panel.Brush.Color              = Windows.UI.Colors.White;
     this.tChart2.Panel.Brush.Gradient.EndColor  = Windows.UI.Colors.White;
     this.tChart2.Panel.Brush.Gradient.UseMiddle = false;
     this.tChart2.Series.Add(this.donut2);
     this.tChart2.TabIndex = 2;
     this.tChart2.Tools.Add(this.annotation2);
     this.tChart2.Walls.Back.Brush.Gradient.EndColor = Windows.UI.Colors.White;
     this.donut2.Brush.Color   = Windows.UI.Color.FromArgb(255, ((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     this.donut2.Circled       = true;
     this.donut2.Color         = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.donut2.DonutPercent  = 95;
     this.donut2.Frame.Circled = true;
     this.donut2.Frame.FrameElementPercents = new double[] {
         25D,
         60D,
         15D
     };
     this.donut2.Frame.OuterBand.Gradient.UseMiddle = false;
     this.donut2.LabelMember         = "Labels";
     this.donut2.Marks.Visible       = false;
     this.donut2.MarksPie.LegSize    = 0;
     this.donut2.MarksPie.VertCenter = false;
     this.donut2.MultiPie            = Steema.TeeChart.Store.Styles.MultiPies.Automatic;
     this.donut2.OriginalCursor      = null;
     this.donut2.OtherSlice.Color    = Utils.EmptyColor;
     this.donut2.OtherSlice.Style    = Steema.TeeChart.Store.Styles.PieOtherStyles.None;
     this.donut2.OtherSlice.Text     = "";
     this.donut2.OtherSlice.Value    = 0D;
     this.donut2.RotationAngle       = 247;
     this.donut2.Shadow.Height       = 3;
     this.donut2.Shadow.Width        = 3;
     this.donut2.Title = "Series0";
     this.donut2.UniqueCustomRadius              = true;
     this.donut2.XValues.DataMember              = "Angle";
     this.donut2.XValues.Order                   = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.donut2.YValues.DataMember              = "Pie";
     this.annotation2.AutoSize                   = true;
     this.annotation2.Callout.ArrowHead          = Steema.TeeChart.Store.Styles.ArrowHeadStyles.None;
     this.annotation2.Callout.ArrowHeadDirection = Steema.TeeChart.Store.Styles.ArrowHeadDirection.FromPoint;
     this.annotation2.Callout.ArrowHeadSize      = 8;
     this.annotation2.Callout.Brush.Color        = Windows.UI.Colors.Black;
     this.annotation2.Callout.Distance           = 0;
     this.annotation2.Callout.Draw3D             = false;
     this.annotation2.Callout.SizeDouble         = 0D;
     this.annotation2.Callout.SizeUnits          = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.annotation2.Callout.XPosition          = 0;
     this.annotation2.Callout.YPosition          = 0;
     this.annotation2.Callout.ZPosition          = 0;
     this.annotation2.Position                   = Steema.TeeChart.Store.Tools.AnnotationPositions.Center;
     this.annotation2.Shape.Font.Name            = "Segoe UI";
     this.annotation2.Shape.Font.Size            = 29;
     this.annotation2.Shape.Lines                = new string[] {
         "3390"
     };
     this.annotation2.Shape.Transparent = true;
     this.annotation2.Text      = "3390";
     this.tChart4.Aspect.View3D = false;
     this.tChart4.Axes.Bottom.MinorTicks.Visible = false;
     this.tChart4.Axes.Left.Grid.Visible         = false;
     this.tChart4.Axes.Left.Increment            = 20D;
     this.tChart4.Axes.Left.MinorTicks.Visible   = false;
     this.tChart4.Footer.Font.Brush.Color        = Windows.UI.Colors.Blue;
     this.tChart4.Header.Visible     = false;
     this.tChart4.Legend.Alignment   = Steema.TeeChart.Store.LegendAlignments.Bottom;
     this.tChart4.Legend.Transparent = true;
     this.tChart4.Name = "tChart4";
     this.tChart4.Panel.Bevel.Outer              = Steema.TeeChart.Store.Drawing.BevelStyles.None;
     this.tChart4.Panel.Brush.Color              = Windows.UI.Colors.White;
     this.tChart4.Panel.Brush.Gradient.EndColor  = Windows.UI.Colors.White;
     this.tChart4.Panel.Brush.Gradient.UseMiddle = false;
     this.tChart4.Series.Add(this.line1);
     this.tChart4.Series.Add(this.line2);
     this.tChart4.Series.Add(this.line3);
     this.tChart4.TabIndex = 0;
     this.tChart4.Walls.Back.Brush.Gradient.EndColor = Windows.UI.Colors.White;
     this.tChart4.Walls.Back.Visible = false;
     this.tChart4.AfterDraw         += new Steema.TeeChart.Store.PaintChartEventHandler(this.tChart4_AfterDraw);
     this.line1.Brush.Color          = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.line1.Color                            = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.line1.ColorEach                        = false;
     this.line1.ColorMember                      = "Colors";
     this.line1.LinePen.Color                    = Windows.UI.Color.FromArgb(255, ((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
     this.line1.LinePen.Width                    = 4;
     this.line1.OriginalCursor                   = null;
     this.line1.Pointer.Pen.Visible              = false;
     this.line1.Pointer.SizeDouble               = 0D;
     this.line1.Pointer.SizeUnits                = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.line1.Pointer.Style                    = Steema.TeeChart.Store.Styles.PointerStyles.Circle;
     this.line1.Title                            = "Speed";
     this.line1.XValues.DataMember               = "X";
     this.line1.XValues.Order                    = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.line1.YValues.DataMember               = "Y";
     this.line2.Brush.Color                      = Windows.UI.Color.FromArgb(255, ((int)(((byte)(6)))), ((int)(((byte)(191)))), ((int)(((byte)(89)))));
     this.line2.Color                            = Windows.UI.Color.FromArgb(255, ((int)(((byte)(6)))), ((int)(((byte)(191)))), ((int)(((byte)(89)))));
     this.line2.ColorEach                        = false;
     this.line2.LinePen.Color                    = Windows.UI.Color.FromArgb(255, ((int)(((byte)(146)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
     this.line2.LinePen.Width                    = 4;
     this.line2.OriginalCursor                   = null;
     this.line2.Pointer.Pen.Visible              = false;
     this.line2.Pointer.SizeDouble               = 0D;
     this.line2.Pointer.SizeUnits                = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.line2.Pointer.Style                    = Steema.TeeChart.Store.Styles.PointerStyles.Circle;
     this.line2.Title                            = "Time";
     this.line2.XValues.DataMember               = "X";
     this.line2.XValues.Order                    = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.line2.YValues.DataMember               = "Y";
     this.line3.Brush.Color                      = Windows.UI.Color.FromArgb(255, ((int)(((byte)(238)))), ((int)(((byte)(17)))), ((int)(((byte)(34)))));
     this.line3.Color                            = Windows.UI.Color.FromArgb(255, ((int)(((byte)(238)))), ((int)(((byte)(17)))), ((int)(((byte)(34)))));
     this.line3.ColorEach                        = false;
     this.line3.ColorMember                      = "Colors";
     this.line3.LinePen.Color                    = Windows.UI.Color.FromArgb(255, ((int)(((byte)(146)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
     this.line3.LinePen.Width                    = 4;
     this.line3.OriginalCursor                   = null;
     this.line3.Pointer.Pen.Visible              = false;
     this.line3.Pointer.SizeDouble               = 0D;
     this.line3.Pointer.SizeUnits                = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.line3.Pointer.Style                    = Steema.TeeChart.Store.Styles.PointerStyles.Circle;
     this.line3.Title                            = "Visitors";
     this.line3.XValues.DataMember               = "X";
     this.line3.XValues.Order                    = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.line3.YValues.DataMember               = "Y";
     this.tChart1.Aspect.Elevation               = 315;
     this.tChart1.Aspect.ElevationFloat          = 315D;
     this.tChart1.Aspect.Orthogonal              = false;
     this.tChart1.Aspect.Perspective             = 0;
     this.tChart1.Aspect.Rotation                = 360;
     this.tChart1.Aspect.RotationFloat           = 360D;
     this.tChart1.Aspect.View3D                  = false;
     this.tChart1.Footer.Font.Brush.Color        = Windows.UI.Colors.Gray;
     this.tChart1.Header.Visible                 = false;
     this.tChart1.Legend.Visible                 = false;
     this.tChart1.Name                           = "tChart1";
     this.tChart1.Panel.Bevel.Outer              = Steema.TeeChart.Store.Drawing.BevelStyles.None;
     this.tChart1.Panel.Brush.Color              = Windows.UI.Colors.White;
     this.tChart1.Panel.Brush.Gradient.EndColor  = Windows.UI.Colors.White;
     this.tChart1.Panel.Brush.Gradient.UseMiddle = false;
     this.tChart1.Series.Add(this.donut1);
     this.tChart1.TabIndex = 1;
     this.tChart1.Tools.Add(this.annotation1);
     this.tChart1.Walls.Back.Brush.Gradient.EndColor = Windows.UI.Colors.White;
     this.donut1.Brush.Color   = Windows.UI.Color.FromArgb(255, ((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     this.donut1.Circled       = true;
     this.donut1.Color         = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.donut1.DonutPercent  = 95;
     this.donut1.Frame.Circled = true;
     this.donut1.Frame.FrameElementPercents = new double[] {
         25D,
         60D,
         15D
     };
     this.donut1.Frame.OuterBand.Gradient.UseMiddle = false;
     this.donut1.LabelMember         = "Labels";
     this.donut1.Marks.Visible       = false;
     this.donut1.MarksPie.LegSize    = 0;
     this.donut1.MarksPie.VertCenter = false;
     this.donut1.MultiPie            = Steema.TeeChart.Store.Styles.MultiPies.Automatic;
     this.donut1.OriginalCursor      = null;
     this.donut1.OtherSlice.Color    = Utils.EmptyColor;
     this.donut1.OtherSlice.Style    = Steema.TeeChart.Store.Styles.PieOtherStyles.None;
     this.donut1.OtherSlice.Text     = "";
     this.donut1.OtherSlice.Value    = 0D;
     this.donut1.RotationAngle       = 180;
     this.donut1.Shadow.Height       = 3;
     this.donut1.Shadow.Width        = 3;
     this.donut1.Title = "Series0";
     this.donut1.UniqueCustomRadius              = true;
     this.donut1.XValues.DataMember              = "Angle";
     this.donut1.XValues.Order                   = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
     this.donut1.YValues.DataMember              = "Pie";
     this.annotation1.AutoSize                   = true;
     this.annotation1.Callout.ArrowHead          = Steema.TeeChart.Store.Styles.ArrowHeadStyles.None;
     this.annotation1.Callout.ArrowHeadDirection = Steema.TeeChart.Store.Styles.ArrowHeadDirection.FromPoint;
     this.annotation1.Callout.ArrowHeadSize      = 8;
     this.annotation1.Callout.Brush.Color        = Windows.UI.Colors.Black;
     this.annotation1.Callout.Distance           = 0;
     this.annotation1.Callout.Draw3D             = false;
     this.annotation1.Callout.SizeDouble         = 0D;
     this.annotation1.Callout.SizeUnits          = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
     this.annotation1.Callout.XPosition          = 0;
     this.annotation1.Callout.YPosition          = 0;
     this.annotation1.Callout.ZPosition          = 0;
     this.annotation1.Position                   = Steema.TeeChart.Store.Tools.AnnotationPositions.Center;
     this.annotation1.Shape.Font.Name            = "Segoe UI";
     this.annotation1.Shape.Font.Size            = 29;
     this.annotation1.Shape.Lines                = new string[] {
         "$750"
     };
     this.annotation1.Shape.Transparent = true;
     this.annotation1.Text = "$750";
 }
コード例 #2
0
        private void InitializeChart()
        {
            this.points1    = new Steema.TeeChart.Store.Styles.Points();
            this.points2    = new Steema.TeeChart.Store.Styles.Points();
            this.line1      = new Steema.TeeChart.Store.Styles.Line();
            this.average1   = new Steema.TeeChart.Store.Functions.Average();
            this.smoothing1 = new Steema.TeeChart.Store.Functions.Smoothing();
            this.line2      = new Steema.TeeChart.Store.Styles.Line();

            this.tChart1.Aspect.Elevation                    = 350;
            this.tChart1.Aspect.ElevationFloat               = 350D;
            this.tChart1.Aspect.Perspective                  = 55;
            this.tChart1.Aspect.View3D                       = false;
            this.tChart1.Axes.Bottom.AxisPen.Visible         = false;
            this.tChart1.Axes.Bottom.AxisPen.Width           = 0;
            this.tChart1.Axes.Bottom.Grid.Visible            = false;
            this.tChart1.Axes.Bottom.Labels.Font.Brush.Color = Windows.UI.Colors.Gray;
            this.tChart1.Axes.Bottom.Labels.Font.Size        = 24;
            this.tChart1.Axes.Bottom.MinorTicks.Visible      = false;
            this.tChart1.Axes.Bottom.Ticks.Color             = Windows.UI.Color.FromArgb(255, ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Axes.Depth.Title.Font.Size          = 13;
            this.tChart1.Axes.DepthTop.Title.Font.Size       = 13;
            this.tChart1.Axes.Left.AxisPen.Visible           = false;
            this.tChart1.Axes.Left.AxisPen.Width             = 0;
            this.tChart1.Axes.Left.Labels.Font.Brush.Color   = Windows.UI.Colors.Gray;
            this.tChart1.Axes.Left.Labels.Font.Size          = 24;
            this.tChart1.Axes.Left.MinimumOffset             = 10;
            this.tChart1.Axes.Left.MinorTicks.Visible        = false;
            this.tChart1.Axes.Left.Ticks.Color               = Windows.UI.Color.FromArgb(255, ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Axes.Left.Ticks.Length              = 7;
            this.tChart1.Axes.Right.AxisPen.Width            = 0;
            this.tChart1.Axes.Right.Grid.Visible             = false;
            this.tChart1.Axes.Right.Labels.Font.Brush.Color  = Windows.UI.Colors.Gray;
            this.tChart1.Axes.Right.Labels.Font.Size         = 31;
            this.tChart1.Axes.Right.MinorTicks.Visible       = false;
            this.tChart1.Axes.Right.Ticks.Visible            = false;
            this.tChart1.Footer.Font.Brush.Color             = Windows.UI.Colors.Blue;
            this.tChart1.Header.Alignment                    = TextAlignment.Left;
            this.tChart1.Header.Font.Brush.Color             = Windows.UI.Colors.Gray;
            this.tChart1.Header.Font.Shadow.Brush.Color      = Windows.UI.Colors.Gray;
            this.tChart1.Header.Font.Shadow.SmoothBlur       = 2;
            this.tChart1.Header.Font.Size                    = 33;
            this.tChart1.Header.Lines = new string[] {
                "Product shipments"
            };
            this.tChart1.Legend.Font.Size      = 19;
            this.tChart1.Legend.Pen.Visible    = false;
            this.tChart1.Legend.Shadow.Visible = false;
            this.tChart1.Name = "tChart1";
            this.tChart1.Panel.Bevel.Outer             = Steema.TeeChart.Store.Drawing.BevelStyles.None;
            this.tChart1.Panel.Bevel.Width             = 2;
            this.tChart1.Panel.BevelWidth              = 2;
            this.tChart1.Panel.Brush.Color             = Windows.UI.Colors.White;
            this.tChart1.Panel.Brush.Gradient.EndColor = Windows.UI.Colors.White;
            this.tChart1.Panel.Brush.Gradient.Visible  = false;
            this.tChart1.Series.Add(this.points1);
            this.tChart1.Series.Add(this.points2);
            this.tChart1.Series.Add(this.line1);
            this.tChart1.Series.Add(this.line2);
            this.tChart1.TabIndex = 0;
            this.tChart1.Walls.Back.Brush.Gradient.EndColor     = Windows.UI.Colors.White;
            this.tChart1.Walls.Back.Pen.Visible                 = false;
            this.tChart1.Walls.Bottom.Brush.Gradient.EndColor   = Windows.UI.Colors.Silver;
            this.tChart1.Walls.Bottom.Brush.Gradient.StartColor = Windows.UI.Colors.Gray;
            this.tChart1.Walls.Bottom.Brush.Gradient.Visible    = true;
            this.tChart1.Walls.Bottom.Pen.Color                 = Windows.UI.Colors.Gray;
            this.tChart1.Walls.Bottom.Transparent               = true;
            this.tChart1.Walls.Left.Brush.Gradient.EndColor     = Windows.UI.Colors.Silver;
            this.tChart1.Walls.Left.Brush.Gradient.StartColor   = Windows.UI.Colors.Gray;
            this.tChart1.Walls.Left.Brush.Gradient.Visible      = true;
            this.tChart1.Walls.Left.Pen.Color    = Windows.UI.Colors.Gray;
            this.tChart1.Walls.Left.Transparent  = true;
            this.tChart1.Walls.Right.Transparent = true;
            this.tChart1.Walls.Visible           = false;
            this.points1.Color               = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.points1.ColorEach           = false;
            this.points1.LinePen.Color       = Windows.UI.Color.FromArgb(255, ((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
            this.points1.OriginalCursor      = null;
            this.points1.Pointer.Brush.Color = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.points1.Pointer.Brush.Gradient.StartColor = Windows.UI.Color.FromArgb(255, ((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.points1.Pointer.SizeDouble = 0D;
            this.points1.Pointer.SizeUnits  = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
            this.points1.Title = "points1";
            this.points1.XValues.DataMember = "X";
            this.points1.XValues.Order      = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
            this.points1.YValues.DataMember = "Y";
            this.points2.Color               = Windows.UI.Color.FromArgb(255, ((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
            this.points2.ColorEach           = false;
            this.points2.LinePen.Color       = Windows.UI.Color.FromArgb(255, ((int)(((byte)(146)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
            this.points2.OriginalCursor      = null;
            this.points2.Pointer.Brush.Color = Windows.UI.Color.FromArgb(255, ((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
            this.points2.Pointer.Brush.Gradient.StartColor = Windows.UI.Color.FromArgb(255, ((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
            this.points2.Pointer.SizeDouble = 0D;
            this.points2.Pointer.SizeUnits  = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
            this.points2.Title = "points2";
            this.points2.XValues.DataMember = "X";
            this.points2.XValues.Order      = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
            this.points2.YValues.DataMember = "Y";
            this.line1.Brush.Color          = Windows.UI.Color.FromArgb(255, ((int)(((byte)(241)))), ((int)(((byte)(76)))), ((int)(((byte)(20)))));
            this.line1.Color      = Windows.UI.Color.FromArgb(255, ((int)(((byte)(241)))), ((int)(((byte)(76)))), ((int)(((byte)(20)))));
            this.line1.ColorEach  = false;
            this.line1.DataSource = new object[] {
                ((object)(this.points1)),
                ((object)(this.points2))
            };
            this.line1.Function           = this.average1;
            this.line1.LinePen.Color      = Windows.UI.Color.FromArgb(255, ((int)(((byte)(145)))), ((int)(((byte)(46)))), ((int)(((byte)(12)))));
            this.line1.OriginalCursor     = null;
            this.line1.Pointer.SizeDouble = 0D;
            this.line1.Pointer.SizeUnits  = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
            this.line1.Title              = "line1";
            this.line1.XValues.Order      = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
            this.average1.Period          = 2D;
            this.smoothing1.Factor        = 8;
            this.smoothing1.Period        = 1D;
            this.line2.Brush.Color        = Windows.UI.Color.FromArgb(255, ((int)(((byte)(78)))), ((int)(((byte)(151)))), ((int)(((byte)(168)))));
            this.line2.Color              = Windows.UI.Color.FromArgb(255, ((int)(((byte)(78)))), ((int)(((byte)(151)))), ((int)(((byte)(168)))));
            this.line2.ColorEach          = false;
            this.line2.LinePen.Color      = Windows.UI.Color.FromArgb(255, ((int)(((byte)(47)))), ((int)(((byte)(91)))), ((int)(((byte)(101)))));
            this.line2.LinePen.Width      = 2;
            this.line2.OriginalCursor     = null;
            this.line2.Pointer.SizeDouble = 0D;
            this.line2.Pointer.SizeUnits  = Steema.TeeChart.Store.Styles.PointerSizeUnits.Pixels;
            this.line2.Title              = "line2";
            this.line2.XValues.Order      = Steema.TeeChart.Store.Styles.ValueListOrder.Ascending;
        }