ASP.NET Pack Programmer's Guide
Range Members
Constructors Methods
 


Represents a range within a gauge scale.

The following tables list the members exposed by the Range type.

 Public Constructors

  Name Description

Range

Creates an instance of Range class.

 Public Methods

  Name Description

getAlignment

Gets the alignment of this range relative to the scale it is associated with.

getAutoSize

Gets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

getCapEnd

Gets a value indicating whether to draw a stroke in the end of this range.

getCapStart

Gets a value indicating whether to draw a stroke in the beginning of this range.

getEndWidth

Gets the width of this range at its end.

getMaxValue

Gets the end value of this range.

getMinValue

Gets the start value of this range.

getOffset

Gets the offset of the range from the position calculated according to its alignment.

getStartWidth

Gets the width of this range at its start.

getStrokeInside

Gets a value indicating whether to draw a stroke at the inside of this range.

getStrokeOutside

Gets a value indicating whether to draw a stroke at the outside of this range.

setAlignment

Sets the alignment of this range relative to the scale it is associated with.

setAutoSize

Sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.

setCapEnd

Sets a value indicating whether to draw a stroke in the end of this range.

setCapStart

Sets a value indicating whether to draw a stroke in the beginning of this range.

setEndWidth

Sets the width of this range at its end.

setMaxValue

Sets the end value of this range.

setMinValue

Sets the start value of this range.

setOffset

Sets the offset of the range from the position calculated according to its alignment.

setStartWidth

Sets the width of this range at its start.

setStrokeInside

Sets a value indicating whether to draw a stroke at the inside of this range.

setStrokeOutside

Sets a value indicating whether to draw a stroke at the outside of this range.

 See Also

Range Class
MindFusion.Gauges Namespace