API Reference
Class
ChartRect
Defines a rectangular region in chart pixel space.
Inheritance
- Object
- ChartRect
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisualCanvasPlacement.Resolve
- Method Chart.WithPictorialSvgPath
- Method Chart.WithRegionMapBounds
- Constructor ChartMapDefinition.ChartMapDefinition
Constructors
ChartRect(System.Double x, System.Double y, System.Double width, System.Double height) #Initializes a new instance of the ChartRect struct.
Parameters
- x System.Double
- The left coordinate.
- y System.Double
- The top coordinate.
- width System.Double
- The width in pixels.
- height System.Double
- The height in pixels.