Beispiel #1
0
 private void Init()
 {
     this.fStyle          = EMarkerStyle.Rectangle;
     this.fColor          = Color.Black;
     this.fSize           = 5;
     this.fFilled         = true;
     this.fTextEnabled    = true;
     this.fTextOffset     = 2;
     this.fTextPosition   = EMarkerTextPosition.Bottom;
     this.fTextFont       = new Font("Times New Roman", 8);
     this.fTextColor      = Color.Black;
     this.fToolTipEnabled = true;
     this.fToolTipFormat  = "";
 }
Beispiel #2
0
    private void Init()
    {
      this.fStyle = EMarkerStyle.Rectangle;
      this.fColor = Color.Black;
      this.fSize = 5;
      this.fFilled = true;
      this.fTextEnabled = true;
      this.fTextOffset = 2;
      this.fTextPosition = EMarkerTextPosition.Bottom;
			this.fTextFont = new Font("Times New Roman", 8);
      this.fTextColor = Color.Black;
      this.fToolTipEnabled = true;
			this.fToolTipFormat = "";
    }