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

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