[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotArea.Location

Location Property

Location

Gets or sets the location of the plot area in control canvas space.

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) = left upper corner of control, (1,1) = right lower corner of control).

Exceptions
Type Condition
ArgumentOutOfRangeException

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