Gets or sets the minimum width of an element, in pixels. This property is applicable for AxisY (Primary and Secondary) and its AxisLabels element only.
Type: Double
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.AxesY>
<vc:Axis MinWidth="30"/>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting MinWidth property in AxisY.

Remarks:
Default value of MinWidth is 0.
System.Double.PositiveInfinity is not valid for MinWidth.
This value can be any value equal to or greater than 0.