Skip to main content
All docs
V25.1
  • HeatmapCustomPaintEventArgs.Bounds Property

    Gets the bounds of a custom graphic object.

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public Rectangle Bounds { get; }

    Property Value

    Type Description
    Rectangle

    A Rectangle structure that describes the location and size of the bounds rectangle.

    See Also