GetSize Method
GetSize(C1Chart)
Returns the value of the SizeProperty attached property for a specified chart.
The BarColumnOptions.Size property specifies the size(column width or bar height)
of elements for bar and column charts. The value of the property is relative
to the available space e.g. when BarColumnOptions.Size the elements fill all
available space on the plot.
Declaration
[AttachedPropertyBrowsableForType(typeof(C1Chart))]
public static double GetSize(C1Chart chart)
<AttachedPropertyBrowsableForType(GetType(C1Chart))>
Public Shared Function GetSize(chart As C1Chart) As Double
Parameters
| Type |
Name |
Description |
| C1Chart |
chart |
|
Returns