ComponentOne BulletGraph for WinForms
C1.Win.Gauge Namespace / C1GaugeViewport Class / TranslateX Property

In This Topic
    TranslateX Property (C1GaugeViewport)
    In This Topic
    Moves the viewport by the specified relative amount along the X-axis (before scaling).
    Syntax
    'Declaration
     
    Public Property TranslateX As System.Double
    public System.double TranslateX {get; set;}
    See Also