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