TickMarkStyle Members
Include Protected Members
Include Inherited Members
Represents a tick mark that is associated with a custom label.
The TickMarkStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TickMarkStyle() | Creates a new instance of the TickMarkStyle class. |
![]() |
TickMarkStyle(IPropertyStore) | Creates a new instance of the TickMarkStyle class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
DistanceFromScale | Distance from the label to the tick mark, as a percentage of the scale size (radius for radial scales, length for linear scales). |
![]() |
EnableGradient | Indicates whether a gradient effect is used for the tick mark. |
![]() |
GradientDensity | Intensity of the gradient effect (from 0 to 100). |
![]() |
Hidden | Indicates the custom label is hidden. |
![]() |
Length | Length of the tick mark as a percentage of the parent scale radius for radial gauge, and as a percentage of the width/height for linear gauge, whichever is smaller. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Placement | Determines where the tick mark should be placed relative to the scale. |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Shape | Shape of the tick mark. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
TickMarkImage | Image to use for the tick mark. |
![]() |
Width | Width of the tick mark as a percentage of the parent scale radius for radial gauge, and as a percentage of the width/height for linear gauge, whichever is smaller. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top