예제 #1
0
 public TitleProperties()
 {
     m_Text     = string.Empty;
     Font       = new FontProperties();
     Alignment  = 1; //Center
     Visibility = true;
 }
예제 #2
0
        public AxisProperties()
        {
            Title = new TitleProperties();

            LineColor                = Color.Gray;
            LineWidth                = 2;
            GridLinesColor           = Color.Gray;
            GridLinesStyle           = 0; //Solid
            GridLinesVisibility      = false;
            ValueLabelAngle          = 20;
            ValueLabelFont           = new FontProperties();
            ValueLabelStaggeredStyle = false;

            TickmarkMinorCount = 5;
            RangeReverse       = false;
            //TODO Range Max  Range Min
        }