The C1LinearGauge type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1LinearGauge |
Initializes a new instance of a C1LinearGauge.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| IsEnabled |
Returns True if the Gauge can handle mouse messages.
(Inherited from C1GaugeBase.) | |
| Load | Overloaded. | |
| LoadView | Overloaded. | |
| MemberwiseClone | Overloaded. | |
| OnFormatLabel |
Raises the FormatLabel event.
(Inherited from C1GaugeBase.) | |
| OnPointerValueChanged |
Raises the PointerValueChanged event.
(Inherited from C1GaugeBase.) | |
| OnValueChanged |
Raises the ValueChanged event.
(Inherited from C1GaugeBase.) | |
| Reset |
Clears all collections and resets the properties to their default values.
(Inherited from C1GaugeBase.) | |
| Save | Overloaded. | |
| SaveView | Overloaded. | |
| ShouldSerializeColorMaps |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonBorders |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonFillings |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonFonts |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonGradients |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonImages |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonShadows |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCommonShapes |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeCoverShapes |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeDecorators |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeFaceShapes |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeImageMaps |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeMorePointers |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializePointer |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ShouldSerializeViewport |
This member is for internal use only.
(Inherited from C1GaugeBase.) | |
| ToString |
Returns a string that represents the current object.
(Inherited from C1GaugeBase.) |
Properties
| Name | Description | |
|---|---|---|
| AxisLength |
Gets or sets the fraction-based length of the longitudinal axis.
| |
| AxisStart |
Gets or sets the fraction-based position where the longitudinal axis starts.
| |
| BaseFactor |
Gets or sets the fraction-based length of the transversal axis.
| |
| BaseOrigin |
Gets or sets the fraction-based location where the transversal axis starts.
| |
| Bounds |
Gets the size and location of the Gauge, in pixels, relative to the parent control.
(Inherited from C1GaugeBase.) | |
| BoundValue |
Gets or sets the bound data value associated with the main pointer.
(Inherited from C1GaugeBase.) | |
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| ColorMaps |
Gets the collection of templates for value colors.
(Inherited from C1GaugeBase.) | |
| CommonBorders |
Gets the collection of templates for the C1GaugeBorder object.
(Inherited from C1GaugeBase.) | |
| CommonFillings |
Gets the collection of templates for the C1GaugeFilling object.
(Inherited from C1GaugeBase.) | |
| CommonFonts |
Gets the collection of templates for text font and color.
(Inherited from C1GaugeBase.) | |
| CommonGradients |
Gets the collection of templates for the C1GaugeGradient object.
(Inherited from C1GaugeBase.) | |
| CommonImages |
Gets the collection of templates for the C1GaugeCustomImage object.
(Inherited from C1GaugeBase.) | |
| CommonShadows |
Gets the collection of templates for the C1GaugeShadow object.
(Inherited from C1GaugeBase.) | |
| CommonShapes |
Gets the collection of templates for the C1GaugeCustomShape object.
(Inherited from C1GaugeBase.) | |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| CoverShapes |
Gets the collection of shapes in the top layer (over everything).
(Inherited from C1GaugeBase.) | |
| Decorators |
Gets the collection of the Gauge decorators.
(Inherited from C1GaugeBase.) | |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Enabled |
Gets or sets whether the Gauge is enabled.
(Inherited from C1GaugeBase.) | |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| FaceAhead |
Gets or sets whether the FaceShapes should appear in front of the other Gauges.
(Inherited from C1GaugeBase.) | |
| FaceShapes |
Gets the collection of shapes in the bottom layer (between the background and the decorators).
(Inherited from C1GaugeBase.) | |
| ImageMaps |
Gets the collection of templates for value images.
(Inherited from C1GaugeBase.) | |
| IsDisposed |
Gets a value indicating whether the Gauge has already been disposed.
(Inherited from C1GaugeBase.) | |
| IsLogarithmic |
Gets or sets if it uses a logarithmic scale. When true, uses the LogarithmicBase.
(Inherited from C1GaugeBase.) | |
| IsReversed |
Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum).
(Inherited from C1GaugeBase.) | |
| LogarithmicBase |
Gets or sets the log base used when the IsLogarithmic is set to True.
(Inherited from C1GaugeBase.) | |
| Maximum |
Maximum value for the Gauge.
(Inherited from C1GaugeBase.) | |
| Minimum |
Minimum value for the Gauge.
(Inherited from C1GaugeBase.) | |
| MorePointers |
Gets the collection of the other pointers, except the main pointer.
(Inherited from C1GaugeBase.) | |
| MorePointersValue_0 |
Gets or sets the bound data value associated with pointer #0 from the MorePointers collection.
(Inherited from C1GaugeBase.) | |
| MorePointersValue_1 |
Gets or sets the bound data value associated with pointer #1 from the MorePointers collection.
(Inherited from C1GaugeBase.) | |
| MorePointersValue_2 |
Gets or sets the bound data value associated with pointer #2 from the MorePointers collection.
(Inherited from C1GaugeBase.) | |
| MorePointersValue_3 |
Gets or sets the bound data value associated with pointer #3 from the MorePointers collection.
(Inherited from C1GaugeBase.) | |
| Name |
Gets or sets a name associated with the Gauge.
(Inherited from C1GaugeBase.) | |
| OffPosition |
Gets or sets the fraction-based position used when the Value is set to Double.NaN.
| |
| Orientation |
Orientation of the C1LinearGauge.
| |
| Owner |
Gets the owner control.
(Inherited from C1GaugeBase.) | |
| Pointer |
Gets the main Gauge pointer.
(Inherited from C1GaugeBase.) | |
| Site | (Inherited from Component.) | |
| SlidingScale | (Inherited from C1GaugeBase.) | |
| Value |
Gets or sets the current value of the Gauge.
(Inherited from C1GaugeBase.) | |
| Viewport |
Specifies the bounds of the Gauge working area.
(Inherited from C1GaugeBase.) | |
| ViewTag |
Gets or sets a digital tag identifying this element's views.
(Inherited from C1GaugeBase.) | |
| Visible |
Gets or sets whether the Gauge is visible.
(Inherited from C1GaugeBase.) |
Events
| Name | Description | |
|---|---|---|
| AfterOwnerChanged |
This event is for internal use only.
(Inherited from C1GaugeBase.) | |
| BeforeOwnerChanged |
This event is for internal use only.
(Inherited from C1GaugeBase.) | |
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) | |
| FormatLabel |
Occurs when C1GaugeLabels or C1GaugeSingleLabel converts a value to the string representation.
(Inherited from C1GaugeBase.) | |
| PointerValueChanged |
Occurs when the Value property changes for some Gauge pointer.
(Inherited from C1GaugeBase.) | |
| ValueChanged |
Occurs when the Value property changes for the main pointer.
(Inherited from C1GaugeBase.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable..::..Clone | (Inherited from C1GaugeBase.) |