GoDiagram Web Reference
TickMajorFrequency Property (GraduatedScale)

Gets or sets when to draw emphasized tick marks.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The frequency at which tick marks are drawn longer.")>
<CategoryAttribute("Appearance")>
Public Overridable Property TickMajorFrequency As Integer
[DefaultValueAttribute()]
[DescriptionAttribute("The frequency at which tick marks are drawn longer.")]
[CategoryAttribute("Appearance")]
public virtual int TickMajorFrequency {get; set;}

Property Value

This defaults to 10. The value must be positive.
Remarks
A tick mark will be drawn as a major tick mark every TickMajorFrequency ticks. If this equals 1, then only major tick marks will be drawn.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GraduatedScale Class
GraduatedScale Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback