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

In This Topic
    HistogramPoints Property
    In This Topic
    ヒストグラムポイントの配列を取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property HistogramPoints As GradientPoint()
    public GradientPoint[] HistogramPoints {get; set;}
    Remarks
    Color プロパティは無視されます。
    See Also