Gets or sets the default size of the PlotArea.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Size), "-1,-1")] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public Size SizeDefault { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(Size), "-1,-1")> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property SizeDefault As Size Get Set |
Remarks
The SizeDefault property specifies the size of the chart element it describes.
Non-negative values indicate the explicit width and height in chart client coordinates
to place the chart element. Negative values will allow auto-positioning.