Class RangeNavigatorLabel
Serves as the label type for MinorScale and MajorScale labels.
Inheritance
System.Object
RangeNavigatorLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeNavigatorLabel
Constructors
RangeNavigatorLabel()
Declaration
public RangeNavigatorLabel()
Properties
Content
Gets and sets the labels content.
Declaration
public object Content { get; set; }
Property Value
Type |
---|
System.Object |