[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelArea.Location

Location Property

Location

Gets or sets the location of the label area in the control.

Declaration
[FpCategory("Category_Layout")]
[TypeConverter(typeof(PointFConverter))]
public PointF Location { get; set; }
<FpCategory("Category_Layout")>
<TypeConverter(GetType(PointFConverter))>
Public Property Location As PointF
Remarks

Location is measured in relative units ((0.0, 0.0) = upper left corner of control, (1.0, 1.0) = lower right corner of control).

Exceptions
Type Condition
ArgumentOutOfRangeException

Value's x or y is less than zero or greater than one.