menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class RangeNavigatorLabel

    Inheritance
    System.Object
    RangeNavigatorLabel
    Namespace: Com.Syncfusion.Rangenavigator
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class RangeNavigatorLabel : Object

    Constructors

    RangeNavigatorLabel(Double, Double, Object)

    Declaration
    public RangeNavigatorLabel(double position, double gridLinePositions, object labelContent)
    Parameters
    Type Name Description
    System.Double position
    System.Double gridLinePositions
    System.Object labelContent

    Properties

    GridLinePosition

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

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelContent

    Declaration
    public object LabelContent { get; set; }
    Property Value
    Type Description
    System.Object

    LabelPosition

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