Moves the gradient area by the specified relative amount along the Y-axis (before scaling).

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute()]
public double TranslateY { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property TranslateY As Double
	Get
	Set

See Also