RadialScale Class

 

Updated: February 25, 2016

Represents a radial scale to be drawn within a RadialGauge.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


public ref class RadialScale sealed : GaugeScale

NameDescription
System_CAPS_pubpropertyActionInfo

Actions for the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyCustomLabels

Custom labels for the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets the fields used in a value expression.(Inherited from GaugeScale.)

System_CAPS_pubpropertyGaugeMajorTickMarks

Major tickmarks to display on the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyGaugeMinorTickMarks

Minor tickmarks to display on the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyGaugePointers

Gets the pointers on the scale.

System_CAPS_pubpropertyHidden

Indicates the scale is hidden.(Inherited from GaugeScale.)

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyInterval

Default interval between tick marks and labels.(Inherited from GaugeScale.)

System_CAPS_pubpropertyIntervalOffset

Default offset for the first tick mark and label.(Inherited from GaugeScale.)

System_CAPS_pubpropertyLogarithmic

Indicates the scale is logarithmic.(Inherited from GaugeScale.)

System_CAPS_pubpropertyLogarithmicBase

Base to use for logarithmic scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyMaximumPin

Maximum value at which a pointer on the scale will stop.(Inherited from GaugeScale.)

System_CAPS_pubpropertyMaximumValue

Maximum value for the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyMinimumPin

Minimum value at which a pointer on the scale will stop.(Inherited from GaugeScale.)

System_CAPS_pubpropertyMinimumValue

Minimum value for the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyMultiplier

Amount by which the gauge value is multiplied before being displayed.(Inherited from GaugeScale.)

System_CAPS_pubpropertyName

Name of the gauge scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyRadius

Gets an expression that evaluates to the radius of the scale as a percentage of the gauge.

System_CAPS_pubpropertyReversed

Indicates the direction of the scale is reversed.(Inherited from GaugeScale.)

System_CAPS_pubpropertyScaleLabels

Labels to display on the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyScaleRanges

Ranges to display on the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyStartAngle

Gets an expression that evaluates to the start angle of the scale in degrees (0-360).

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.(Inherited from GaugeScale.)

System_CAPS_pubpropertySweepAngle

Gets an expression that evaluates to the sweep angle of the scale in degrees (0-360).

System_CAPS_pubpropertyTickMarksOnTop

Indicates tick marks should be drawn above pointers.(Inherited from GaugeScale.)

System_CAPS_pubpropertyToolTip

Tool tip text for the scale.(Inherited from GaugeScale.)

System_CAPS_pubpropertyUniqueName

Gets the unique identifier for this report definition object.(Inherited from GaugeScale.)

System_CAPS_pubpropertyWidth

Width of the scale bar, as a percent of the size of the gauge (Inherited from GaugeScale.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: