MinHeight

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:

  1. Default value of MinHeight is 0.

  2. System.Double.PositiveInfinity is not valid for MinHeight.

  3. This value can be any value equal to or greater than 0.