Search
CustomInterval Members
Constructors Properties 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

Creates an instance of CustomInterval class.

 Public Properties

  Name Description

fill

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

foreground

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

maxValue

Gets or sets the end of this custom interval.

minValue

Gets or sets the start of this custom interval.

stroke

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

 Public Methods

  Name Description

contains

Checks whether the specified value falls within this interval.

 See Also