Gets or sets the minimum height of an element, in pixels. This property is applicable for AxisX 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.AxesX>
<vc:Axis MinHeight="40"/>
</vc:Chart.AxesX>
</vc:Chart>
Below is the chart after setting MinHeight property in AxisX.

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