menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangePointer - API Reference

    Show / Hide Table of Contents

    Class RangePointer

    Represents Range Pointer in the Circular Gauge

    Inheritance
    System.Object
    CircularPointer
    RangePointer
    Inherited Members
    CircularPointer.Value
    CircularPointer.Width
    CircularPointer.Color
    CircularPointer.EnableAnimation
    CircularPointer.AnimationDuration
    CircularPointer.PointerPositionChangedEvent
    CircularPointer.ValueChangeStarted
    CircularPointer.ValueChanging
    CircularPointer.ValueChangeCompleted
    Namespace: Com.Syncfusion.Gauges.SfCircularGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class RangePointer : CircularPointer
    Remarks

    Contains customizable range to points the value and it can be positioned in the CircularScale, multiple pointers can be added to the Scale

    Constructors

    RangePointer()

    Declaration
    public RangePointer()

    Properties

    EndOffset

    Gets or sets the EndOffset for the rangePointer.

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

    Offset

    Gets or sets the offset for the rangePointer.

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

    RangeCap

    Gets or sets the RangeCap for the rangePointer.

    Declaration
    public RangeCap RangeCap { get; set; }
    Property Value
    Type Description
    RangeCap

    RangeStart

    Gets or sets the start value of the rangePointer

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

    StartOffset

    Gets or sets the StartOffset for the rangePointer.

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