IGraduatedScale Interface Members
In This Topic
The following tables list the members exposed by IGraduatedScale.
Public Properties
| Name | Description |
| Maximum |
Gets or sets the maximum value represented on the scale.
|
| Minimum |
Gets or sets the minimum value represented on the scale.
|
| Range |
Gets the extent of the scale's range.
|
Top
Public Methods
| Name | Description |
| GetPointForValue |
Returns a point that represents the given value.
|
| GetValueAtPoint |
Returns the value which would be represented at a given point.
|
| IntersectionWithLine |
Returns true if the line defined by points p1 and p2 intersect with the path of
the scale; outputs the associated value at that point with the out parameter val.
|
Top
See Also