Moves the viewport by the specified relative amount along the X-axis (before scaling).
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public double TranslateX { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ Public Property TranslateX As Double Get Set |