Class ScaleLabels
Defines the appearance of labels on a scale.
Inheritance
System.Object
ScaleLabels
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
Constructors
ScaleLabels()
Declaration
ScaleLabels(ReportSerializer)
Declaration
public ScaleLabels(ReportSerializer serializer)
Parameters
Properties
AllowUpsideDown
Declaration
public bool AllowUpsideDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DistanceFromScale
Declaration
public float DistanceFromScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
FontAngle
Declaration
public float FontAngle { get; set; }
Property Value
Type |
Description |
System.Single |
|
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type |
Description |
System.String |
|
Interval
Declaration
public float Interval { get; set; }
Property Value
Type |
Description |
System.Single |
|
IntervalOffset
Declaration
public float IntervalOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
Placement
Declaration
public Placement Placement { get; set; }
Property Value
RotateLabels
Declaration
public bool RotateLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowEndLabels
Declaration
public bool ShowEndLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Style
Declaration
public Style Style { get; set; }
Property Value
UseFontPercent
Declaration
public bool UseFontPercent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|