ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeMap Namespace / C1TreeMap Class / MaxColorValue Property

In This Topic
    MaxColorValue Property (C1TreeMap)
    In This Topic
    A value that indicates max value. If this option is not set, treemap will calculate max value automatically.
    Syntax
    'Declaration
     
    Public Property MaxColorValue As System.Nullable(Of Double)
    public System.Nullable<double> MaxColorValue {get; set;}
    See Also