[]
Gets or sets the size of the element.
[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
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.