ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / GradientSettings Class / HistogramPoints Property

In This Topic
    HistogramPoints Property
    In This Topic
    Gets or sets an array of the histogram points.
    Syntax
    'Declaration
     
    
    Public Property HistogramPoints As GradientPoint()
    public GradientPoint[] HistogramPoints {get; set;}
    Remarks
    The Color property is ignored.
    See Also