RadialScale Class
Represents a radial scale to be drawn within a RadialGauge.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
Microsoft.ReportingServices.OnDemandReportRendering.RadialScale
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class RadialScale _
Inherits GaugeScale
'Usage
Dim instance As RadialScale
public sealed class RadialScale : GaugeScale
public ref class RadialScale sealed : public GaugeScale
[<SealedAttribute>]
type RadialScale =
class
inherit GaugeScale
end
public final class RadialScale extends GaugeScale
The RadialScale type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions for the scale. (Inherited from GaugeScale.) |
![]() |
CustomLabels | Custom labels for the scale. (Inherited from GaugeScale.) |
![]() |
FieldsUsedInValueExpression | Gets the fields used in a value expression. (Inherited from GaugeScale.) |
![]() |
GaugeMajorTickMarks | Major tickmarks to display on the scale. (Inherited from GaugeScale.) |
![]() |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. (Inherited from GaugeScale.) |
![]() |
GaugePointers | Gets the pointers on the scale. |
![]() |
Hidden | Indicates the scale is hidden. (Inherited from GaugeScale.) |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Interval | Default interval between tick marks and labels. (Inherited from GaugeScale.) |
![]() |
IntervalOffset | Default offset for the first tick mark and label. (Inherited from GaugeScale.) |
![]() |
Logarithmic | Indicates the scale is logarithmic. (Inherited from GaugeScale.) |
![]() |
LogarithmicBase | Base to use for logarithmic scale. (Inherited from GaugeScale.) |
![]() |
MaximumPin | Maximum value at which a pointer on the scale will stop. (Inherited from GaugeScale.) |
![]() |
MaximumValue | Maximum value for the scale. (Inherited from GaugeScale.) |
![]() |
MinimumPin | Minimum value at which a pointer on the scale will stop. (Inherited from GaugeScale.) |
![]() |
MinimumValue | Minimum value for the scale. (Inherited from GaugeScale.) |
![]() |
Multiplier | Amount by which the gauge value is multiplied before being displayed. (Inherited from GaugeScale.) |
![]() |
Name | Name of the gauge scale. (Inherited from GaugeScale.) |
![]() |
Radius | Gets an expression that evaluates to the radius of the scale as a percentage of the gauge. |
![]() |
Reversed | Indicates the direction of the scale is reversed. (Inherited from GaugeScale.) |
![]() |
ScaleLabels | Labels to display on the scale. (Inherited from GaugeScale.) |
![]() |
ScaleRanges | Ranges to display on the scale. (Inherited from GaugeScale.) |
![]() |
StartAngle | Gets an expression that evaluates to the start angle of the scale in degrees (0-360). |
![]() |
Style | Gets the style properties of this report definition object. (Inherited from GaugeScale.) |
![]() |
SweepAngle | Gets an expression that evaluates to the sweep angle of the scale in degrees (0-360). |
![]() |
TickMarksOnTop | Indicates tick marks should be drawn above pointers. (Inherited from GaugeScale.) |
![]() |
ToolTip | Tool tip text for the scale. (Inherited from GaugeScale.) |
![]() |
UniqueName | Gets the unique identifier for this report definition object. (Inherited from GaugeScale.) |
![]() |
Width | Width of the scale bar, as a percent of the size of the gauge (Inherited from GaugeScale.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
m_instance | Infrastructure. (Inherited from GaugePanelObjectCollectionItem.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.