[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartRect.Location

Location Property

Location

Gets or sets the location of the element.

Declaration
[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
Remarks

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.