LinearScale Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a linear scale to be drawn within a linear gauge.
public ref class LinearScale sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugeScale
public sealed class LinearScale : Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
type LinearScale = class
inherit GaugeScale
Public NotInheritable Class LinearScale
Inherits GaugeScale
- Inheritance
Fields
m_instance |
Specifies the instance of gauge panel item. (Inherited from GaugePanelObjectCollectionItem) |
Properties
ActionInfo |
Actions for the scale. (Inherited from GaugeScale) |
CustomLabels |
Custom labels for the scale. (Inherited from GaugeScale) |
EndMargin |
Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge. |
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) |
Position |
Position of the scale, as a percentage of the size of the gauge (height for horizontal gauges, width for vertical gauges). |
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) |
StartMargin |
Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge. |
Style |
Gets the style properties of this report definition object. (Inherited from GaugeScale) |
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) |