Xamarin.Android

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

    Show / Hide Table of Contents

    Class LinearRange

    Represents the linear range

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

    Constructors

    LinearRange()

    Initializes a new instance of the LinearRange class.

    Declaration
    public LinearRange()

    LinearRange(Context, SfLinearGauge)

    Initializes a new instance of the LinearRange class.

    Declaration
    public LinearRange(Context con, SfLinearGauge linearGauge)
    Parameters
    Type Name Description
    Android.Content.Context con

    to get context

    SfLinearGauge linearGauge

    to get linear gauge

    Properties

    Color

    Gets or sets the color of the range

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

    EndValue

    Gets or sets the end value of the range

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

    EndWidth

    Gets or sets the end width of the range

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

    GradientStops

    Gets or sets a gradient for range

    Declaration
    public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop>

    Offset

    Gets or sets the distance factor of the range

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

    StartValue

    Gets or sets the start value of the range

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

    StartWidth

    Gets or sets the start width of the range

    Declaration
    public double StartWidth { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved