Search
CustomInterval Members
Constructors Methods
 


Represents an interval with associated custom values for fill and stroke.

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

 Public Constructors

  Name Description

CustomInterval

Initializes a new instance of the CustomInterval class.

 Public Methods

  Name Description

addPropertyChangeListener

 

getFill

Gets the brush to apply as a background of the elements within the custom interval.

getForeground

Gets the color to apply as a foreground to the elements within this custom interval.

getMaxValue

Gets the end of this custom interval.

getMinValue

Gets the start of this custom interval.

getStroke

Gets the brush to apply as an outline of the elements within the custom interval.

removePropertyChangeListener

 

setFill

Sets the brush to apply as a background of the elements within the custom interval.

setForeground

Sets the color to apply as a foreground to the elements within this custom interval.

setMaxValue

Sets the end of this custom interval.

setMinValue

Sets the start of this custom interval.

setStroke

Sets the brush to apply as an outline of the elements within the custom interval.

 Protected Methods

  Name Description

raisePropertyChange

 

 See Also