ComponentOne Chart for .NET (2.0) Search HelpCentral 

Area.LocationDefault Property

Gets or sets the default location of the ChartArea.

[Visual Basic]

Public Property LocationDefault As Point

[C#]

public Point LocationDefault {get;set;}

[Delphi]

public property LocationDefault: Point read get_LocationDefault write set_LocationDefault;

Remarks

The LocationDefault property specifies the location of the upper, left corner of the chart element it describes. Non-negative values indicate the explicit position in chart client coordinates to place the chart element. Negative values will allow auto-positioning.

See Also

Area Class | Area Members | C1.Win.C1Chart Namespace | Area Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.