[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartRect.Size

Size Property

Size

Gets or sets the size of the element.

Declaration
[C1Description("ChartRect.Size", "The size of the element. Non-negative values indicate explicit width and height in chart client coordinates. Negative values allow autopositioning.")]
[TypeConverter(typeof(SizeConverter))]
public Size Size { get; set; }
<C1Description("ChartRect.Size", "The size of the element. Non-negative values indicate explicit width and height in chart client coordinates. Negative values allow autopositioning.")>
<TypeConverter(GetType(SizeConverter))>
Public Property Size As Size
Remarks

Specifies the size of the chart element it describes. Non-negative values indicate explicit width and height in chart client coordinates. Negative values will allow autopositioning.