Class PinLabel
Represents a label for a pin value at one end of a scale.
Inheritance
System.Object
PinLabel
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()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class PinLabel
Constructors
PinLabel()
Declaration
public PinLabel()
PinLabel(ReportSerializer)
Declaration
public PinLabel(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
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 |
Placement
Declaration
public Placement Placement { get; set; }
Property Value
Type | Description |
---|---|
Placement |
RotateLabel
Declaration
public bool RotateLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Style
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseFontPercent
Declaration
public bool UseFontPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |