Location Property (baseChart)
In This Topic
Gets or sets the location of the chart area in chart control client coordinates.
Syntax
'Declaration
Public Shadows Property Location As System.Drawing.Point
public new System.Drawing.Point Location {get; set;}
See Also