ScaleLabels Members
Include Protected Members
Include Inherited Members
Defines the appearance of labels on a GaugeScale.
The ScaleLabels type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowUpsideDown | Indicates the labels can be rotated by more than 90 degrees. |
![]() |
DistanceFromScale | Distance from the labels to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). |
![]() |
FontAngle | Angle of rotation for the text. |
![]() |
Hidden | Indicates the labels are hidden. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Interval | Interval between labels. |
![]() |
IntervalOffset | Offset for the first label. |
![]() |
Placement | Determines where the labels should be placed relative to the scale. |
![]() |
RotateLabels | Indicates the text rotates along with the scale. |
![]() |
ShowEndLabels | Indicates the labels at the ends of the scale should be shown. |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
UseFontPercent | Determines if the font size is measured as a percentage of the parent or in units specified. |
Top