ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1TreeMap Namespace / C1TreeMapExtender Class / MaxColorValue Property

In This Topic
    MaxColorValue Property (C1TreeMapExtender)
    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