ActiveReports 8
TickMarkStyle Class Members
See Also  Fields  Properties 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TickMarkStyle Class

Glossary Item Box

The following tables list the members exposed by TickMarkStyle.

Public Constructors

 NameDescription
Public ConstructorTickMarkStyle Constructor  
Top

Public Fields

Public Properties

 NameDescription
Public PropertyDistanceFromScaleFloat. Distance from the label to the tick mark, as a percentage of the scale size (radius for radial scales, length for linear scales).  
Public PropertyEnableGradientBoolean. Indicates whether a gradient effect is used for the tick mark.  
Public PropertyGradientDensityFloat. Intensity of the gradient effect (from 0 to 100).  
Public PropertyHiddenBoolean. Indicates the custom label is hidden.  
Public PropertyLengthFloat. 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.  
Public PropertyPlacementDetermines where the tick mark should be placed relative to the scale. The value must be on of the 'Placements' enum.  
Public PropertyShapeThe value must be on of 'TickMarkShapes' enum.  
Public PropertyStyle  
Public PropertyTickMarkImageImage to use for the tick mark.  
Public PropertyWidthFloat. 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

See Also