| SharpPlot Reference > SharpPlot Methods > DrawTreeMap Method >  (Int32[],Int32[],Double[]) SharpPlot.DrawTreeMap Method (Int32[],Int32[],Double[])Construct map from integer values, level vector, and altitude. public void DrawTreeMap(
    int[] data,
    int[] level,
    double[] alt
);
dataArea of each rectangle.
levelDepth in tree structure (level-0 are roots).
altExtra dimension for altitude coloring.
 See also ...SharpPlot Members | SharpPlot.DrawTreeMap Method 
 Send comments on this topic© Dyalog Ltd 2021
 |