TickLength

Gets or Sets the length of the Ticks.

 

Type: Double

Namespace: Visifire.Gauges

Assembly:

Silverlight:

SLVisifire.Gauges (in SLVisifire.Gauges.dll)

WPF:

WPFVisifire.Gauges (in WPFVisifire.Gauges.dll)

 

This attribute applies to:

 

Syntax:

<vg:Gauge.CircularScales>

<vg:CircularScale>

      <vg:CircularScale.MajorTicks>

            <vg:MajorTicks TickLength="0.2"/>

      </vg:CircularScale.MajorTicks>

</vg:CircularScale>

</vg:Gauge.CircularScales>

 

Below is the gauge after setting TickLength property in MajorTicks.

 

 

Remarks:

  1. Value ranges from 0 - 1.

  2. If DefaultTemplate is set to CircularGaugeBasic or LinearGaugeBasic or Thermometer, default value for MajorTicks is 0.2, otherwise it is 0.1.

  3. If DefaultTemplate is set to CircularGaugeBasic or LinearGaugeBasic or Thermometer, default value for MajorTicks is 0.1, otherwise it is 0.05.