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

Glossary Item Box

The following tables list the members exposed by ScalePin.

Public Constructors

 NameDescription
Public ConstructorScalePin 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). (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyEnableBoolean. Indicates the pin is enabled.  
Public PropertyEnableGradientBoolean. Indicates whether a gradient effect is used for the tick mark. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyGradientDensityFloat. Intensity of the gradient effect (from 0 to 100). (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyHiddenBoolean. Indicates the custom label is hidden. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
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. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyLocationFloat. Location of the pin, relative to the start or end of the scale. Degrees for radial scales, percentage for linear scales.  
Public PropertyPinLabelDefines a label for the pin.  
Public PropertyPlacementDetermines where the tick mark should be placed relative to the scale. The value must be on of the 'Placements' enum. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyShapeThe value must be on of 'TickMarkShapes' enum. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyStyle (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Public PropertyTickMarkImageImage to use for the tick mark. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
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. (Inherited from GrapeCity.ActiveReports.PageReportModel.TickMarkStyle)
Top

See Also