dbicGauge Send comments on this topic.
MajorTickOffset Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : MajorTickOffset Property

Gets or sets the offset used to calculate the location, relative to origin, of the MajorTicks in the primary gauge.

Syntax

Visual Basic (Declaration) 
Public Overridable Property MajorTickOffset As Integer
C# 
public virtual int MajorTickOffset {get; set;}

Property Value

Integer

Remarks

The default location of each tick is the current value of the GaugeHeight property.  This property accepts positive and negative numbers, moving the ticks further or closer to origin.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also