MinWidth

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:

  1. Default value of MinWidth is 0.

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

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