GoDiagram Win Reference
Intervals Property

Gets or sets the array of intervals of measurement for the ruler.
Syntax
'Declaration
 
<DescriptionAttribute("The intervals on the ruler.")>
<CategoryAttribute("Measurement")>
Public Overridable Property Intervals As Double()
[DescriptionAttribute("The intervals on the ruler.")]
[CategoryAttribute("Measurement")]
public virtual double[] Intervals {get; set;}
Remarks
When setting the Intervals property, elements in the array are sorted in decending order. For example, if the value of Intervals was set to {100, 10, 1, 0.1}, then the ruler would be divided every 100 units, 10 units, 1 unit, and tenths of a unit. All of the marks at the specified intervals may not be visible at one time. The visibility of the marks representing the intervals depends on the the number of Intervals, the number of Marks specified, and the DocScale. If Intervals is null or contains no elements (Intervals.Length == 0), then no interval marks will be drawn onto the ruler
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

GoRuler Class
GoRuler Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback