Class RangeNavigatorLabel
Inheritance
System.Object
RangeNavigatorLabel
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
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
LabelContent
Declaration
public object LabelContent { get; set; }
Property Value
LabelPosition
Declaration
public double LabelPosition { get; }
Property Value