Xamarin.Android | ComponentOne
Controls / Gauge / Features / Direction
In This Topic
    Direction
    In This Topic

    C1LinearGauge control provides users with the option to customize the orientation of the gauge as well as the direction in which the pointer moves. For example, users can customize the direction of the gauge using Direction property in C#.

    The following image shows how the C1LinearGauge appears after this property has been set.

    Linear gauge with customized direction

    The following code examples demonstrate how to set this property in C#.

    In Code

    C#
    Copy Code
    linearGraph.Direction = LinearGaugeDirection.Down;