Specifies the position of the chart in the graphics object. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public PointF TopLeftPosition { get; set; } |
Visual Basic
![]() |
---|
Public Property TopLeftPosition As PointF |
An instance of the .NET PointF structure. Default value for the TopLeftPosition property is (0,0).
The property enables you to draw a chart at a position different from the top left corner of the graphics object's bounding rectangle.
![]() |
---|
The position of the chart does not change its size, when calculated by CalculateSize. |
Provide larger graphics object if you are not going to position the chart in it at (0, 0).