Skip to main content
All docs
V23.2

TreeMapRect(Double, Double, Double, Double) Constructor

Initializes a new instance of the TreeMapRect class with specified settings.

Namespace: DevExpress.TreeMap

Assembly: DevExpress.TreeMap.v23.2.Core.dll

NuGet Package: DevExpress.TreeMap.Core

Declaration

public TreeMapRect(
    double x,
    double y,
    double width,
    double height
)

Parameters

Name Type
x Double
y Double
width Double
height Double
See Also