menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugeAnnotation - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugeAnnotation

    Annotations of the Gauge in the LinearGauge

    Inheritance
    System.Object
    LinearGaugeAnnotation
    Namespace: Com.Syncfusion.Gauges.SfLinearGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class LinearGaugeAnnotation : Object

    Constructors

    LinearGaugeAnnotation()

    Declaration
    public LinearGaugeAnnotation()

    Properties

    HorizontalViewAlignment

    Gets or sets a value of HorizontalAlignment

    Declaration
    public ViewAlignment HorizontalViewAlignment { get; set; }
    Property Value
    Type
    ViewAlignment

    OffsetX

    Gets or sets a value to move the scale

    Declaration
    public float OffsetX { get; set; }
    Property Value
    Type
    System.Single

    OffsetY

    Gets or sets a value value to move the scale

    Declaration
    public float OffsetY { get; set; }
    Property Value
    Type
    System.Single

    ScaleIndex

    Gets or sets a scale index to place the annotation view

    Declaration
    public int ScaleIndex { get; set; }
    Property Value
    Type
    System.Int32

    ScaleValue

    Gets or sets a value to move the scale

    Declaration
    public double ScaleValue { get; set; }
    Property Value
    Type
    System.Double

    VerticalViewAlignment

    Gets or sets a value of HorizontalAlignment

    Declaration
    public ViewAlignment VerticalViewAlignment { get; set; }
    Property Value
    Type
    ViewAlignment

    View

    Gets or sets a value indicating whether to add a view

    Declaration
    public View View { get; set; }
    Property Value
    Type
    Android.Views.View

    ViewMargin

    Gets or sets a value of view margin

    Declaration
    public PointF ViewMargin { get; set; }
    Property Value
    Type
    Android.Graphics.PointF
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved