[]
Gets or sets the location of the element.
[C1Description("ChartRect.Location", "The location of the element. Non-negative values indicate explicit position in chart client coordinates. Negative values allow autopositioning.")]
[TypeConverter(typeof(PointConverter))]
public virtual Point Location { get; set; }
<C1Description("ChartRect.Location", "The location of the element. Non-negative values indicate explicit position in chart client coordinates. Negative values allow autopositioning.")>
<TypeConverter(GetType(PointConverter))>
Public Overridable Property Location As Point
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. Negative values will autopositioning.