ComponentOne FlexChart for WinForms
Intervals Property


C1.Win.Chart.Extended Namespace > DiscreteColorScale Class : Intervals Property
Gets or sets the collection of intervals defining the discrete color scale.
Syntax
'Declaration
 
Public Property Intervals As List(Of DiscreteColorScale.Interval)
'Usage
 
Dim instance As DiscreteColorScale
Dim value As List(Of DiscreteColorScale.Interval)
 
instance.Intervals = value
 
value = instance.Intervals
public List<DiscreteColorScale.Interval> Intervals {get; set;}
See Also

Reference

DiscreteColorScale Class
DiscreteColorScale Members