Dundas Gauge for ASP.NET Send comments on this topic
Dundas.Gauges.WebControl Namespace
See Also  Inheritance Hierarchy
Namespace containing Dundas Gauge classes and types (ASP.NET version).

Classes

 ClassDescription
ClassBackFrame Represents a back frame, which "frames" the container and gauge objects.
ClassCalculatedValue A base class, used for the data engine which performs calculations.
ClassCalculatedValueAverage This class represents an average calculated value.
ClassCalculatedValueCollection Implements a strongly typed collection of CalculatedValue elements.
ClassCalculatedValueIntegral This class represents an integral calculated value.
ClassCalculatedValueLinear This class represents a linear calculated value.
ClassCalculatedValueMax This class represents a maximum calculated value.
ClassCalculatedValueMin This class represents an minimum calculated value.
ClassCalculatedValueRateOfChange This class represents a rate of change calculated value.
ClassCallbackEventArgs Event argument class for the Callback event.
ClassCallbackManager This class contains methods related to callbacks on the gauge.
ClassCircularGauge Represents a circular gauge. May have scales, ranges and pointers.
ClassCircularGaugeCollection Collection of CircularGauge objects.
ClassCircularLabelStyle This class represents the label style for circular gauges, and is applied to the scale labels of circular gauges.
ClassCircularMajorTickMark Represents a circular major tickmark.
ClassCircularMinorTickMark Represents a circular minor tickmark.
ClassCircularPinLabel Represents a maximum or minimum pin label of a circular scale.
ClassCircularPointer Pointer for CircularGauge objects.
ClassCircularPointerCollection Collection of CircularPointer objects.
ClassCircularRange Range for CircularGauge objects.
ClassCircularRangeCollection Collection of CircularRange objects.
ClassCircularScale Scale for CircularGauge objects.
ClassCircularScaleCollection Collection of CircularScale objects.
ClassCircularSpecialPosition This class represents the minimum and maximum stop pins for circular gauge scales.
ClassCustomLabel Represents a custom label, which is associated with a scale.
ClassCustomLabelCollection Collection of CustomLabel objects.
ClassCustomTickMark Serves as the base class for all derived tick mark-related classes.
ClassGaugeBase Abstract base class for gauges (LinearGauge and CircularGauge).
ClassGaugeCollectionEditor Collection editor that supports property help in the property grid
ClassGaugeContainer GaugeContainer is the root object of Dundas Gauge.
ClassGaugeCore Core for the gauge.
ClassGaugeData GaugeData class.
ClassGaugeData.ValuesDataTable ValuesDataTable class.
ClassGaugeData.ValuesRow ValuesRow class.
ClassGaugeData.ValuesRowChangeEvent Class which defines the ValuesRowChange event.
ClassGaugeGraphics Encapsulates GDI+ gauge drawing functionality.
ClassGaugeImage Represents a gauge image, stored in the Images collection property of the container.
ClassGaugeImageCollection Collection of GaugeImage objects.
ClassGaugeLabel Represents a gauge label, which can be displayed anywhere within the gauge container.
ClassGaugeLabelCollection Collection of GaugeLabel objects.
ClassGaugeLocation This class is used for the locations of the various gauge elements.
ClassGaugeObject The GaugeObject is the base class for linear and circular gauges.
ClassGaugePaintEventArgs Provides data for the GaugeContainer.PrePaint and GaugeContainer.PostPaint events.
ClassGaugeSerializer Gauge serializer class, used for serialization of gauge templates.
ClassGaugeSize This class is used for the sizes of the various gauge elements.
ClassHistoryCollection The HistoryCollection class implements collection of HistoryEntry objects. This class implements the history database of the IValueProvider objects.
ClassHistoryEntry HistoryEntry class represents data point as date and value pair.
ClassHitTestResult This class represents the results of a hit test.
ClassImageOrigin Summary description for ImageOrigin.
ClassInputValue InputValue represents an input value of the gauge container, and has an associated history that stores previous values along with a time stamp.
ClassInputValueCollection Represents a collection of InputValue objects.
ClassKnob Represents knobs, which can be used for CircularGauge objects.
ClassKnobCollection Collection of Knob objects.
ClassLabelFormatEditor Editor for labels format
ClassLabelFormatEditorForm Summary description for LabelFormatEditorForm.
ClassLinearGauge Represents a linear gauge. May have scales, ranges and pointers.
ClassLinearGaugeCollection Collection of LinearGauge objects.
ClassLinearLabelStyle This class represents the label style for linear gauges, and is applied to the scale labels of linear gauges.
ClassLinearMajorTickMark Represents a linear major tickmark.
ClassLinearMinorTickMark Represents a linear minor tickmark.
ClassLinearPinLabel Represents a maximum or minimum pin label of a linear scale.
ClassLinearPointer Pointer for LinearPointer objects.
ClassLinearPointerCollection Collection of LinearPointer objects.
ClassLinearRange Range for LinearGauge objects.
ClassLinearRangeCollection Collection of LinearRange objects.
ClassLinearScale Scale for LinearGauge objects.
ClassLinearScaleCollection Collection of LinearScale objects.
ClassLinearSpecialPosition This class represents the minimum and maximum stop pins for linear gauge scales.
ClassMapArea Represent a custom map area element, that has a user-defined shape and dimensions.
ClassMapAreaCollection Represents the map areas collection of the container control.
ClassNamedCollection Base class for most Dundas Gauge collections.
ClassNamedElement NamedElement is the base class for almost all collection elements in the Gauge, such as values, gauges, pointers, scales, ranges etc.
ClassNamedImage An image with a unique name, which is saved as a resource.
ClassNamedImageCollection Collection of NamedImage objects.
ClassNoNameExpandableObjectConverter The purpose of this class is to extend the ExpandableObjectConverter in order to prevent it displaying the class name in the properties window.
ClassNumericIndicator Represents a numeric indicator.
ClassNumericIndicatorCollection Collection of NumericIndicator objects.
ClassNumericRange Represents a numerical indicator's range.
ClassNumericRangeCollection Collection of NumericRange objects.
ClassPinMajorTickMark Represents a pin major tickmark.
ClassPointerBase Summary description for PointerBase.
ClassRange Represents a range, which displays a range of values.
ClassRangeBase Represents base class for range for circular and linear gauge.
ClassRealTimeDataEventArgs Defines event arguments for the RealTimeData event.
ClassRealTimeValue The RealTimeValue class is used by the GaugeContainer.RealTimeData event to allow the server component to pass real time data to the Windows Forms control that is hosted in a web browser. It has properties for specifying the name of the InputValue object, the actual value as well as a time stamp.
ClassRealTimeValueCollection The RealTimeValueCollection class is used by the GaugeContainer.RealTimeData event to allow the server component to pass real time data to the Windows Forms control that is hosted in a web browser. This class is one of the arguments passed when the GaugeContainer.RealTimeData event if handled. In order for the user to provide real time data, he/she must add objects of type RealTimeValue to this collection.
ClassRenderingEngine This class is used as a connection point between different rendering types as SVG, GDI+, Flash etc.
ClassScaleBase Represents a scale, which graphically represents a set of values.
ClassSpecialPosition This base class represents the minimum and maximum stop pins for gauge scales.
ClassState Represents the state of a StateIndicator object.
ClassStateCollection Collection of State objects.
ClassStateIndicator Represents a state indicator.
ClassStateIndicatorCollection Collection of StateIndicator objects.
ClassSvgParameters This class is used as an abstract class to define necessary attributes for SVG drawing. This file is used in two products: Dundas Diagram and Dundas Chart. This class is base class for all SVG classes.
ClassTickMark Represents a custom tickmark.
ClassValueBase ValueBase class is base class for InputValue and CalculatedValue classes. The main functionality is - handling with data history monitoring value changes and raising events.

Structures

 StructureDescription
StructureSvgOpenParameters This structure is used for Open method in Svg. It contains parameters necessary for creation of Svg document.

Delegates

 DelegateDescription
DelegateCallbackEvent Delegate that handles the GaugeContainer.Callback event.
DelegateClickEvent Delegate that handles the GaugeContainer.Click event.
DelegateGaugePaintEvent Delegate that handles the GaugeContainer.PrePaint and GaugeContainer.PostPaint events.
DelegateRealTimeDataEvent Delegate that handles the GaugeContainer.RealTimeData event.

Enumerations

 EnumerationDescription
EnumerationAntiAlias Anti aliasing mode.
EnumerationAntiAliasing Anti aliasing flags.
EnumerationAutoBool Three state boolean (true, false, auto).
EnumerationBackFrameShape Shapes of frames.
EnumerationBackFrameStyle Frame styles.
EnumerationBarStart Defines bar starting positions.
EnumerationBarStyle Enumeration that determines the style of a bar pointer.
EnumerationCapStyle Used to determine the style of the needle cap.
EnumerationCircularPointerType Types of circular pointers, associated with circular gauges.
EnumerationDurationType Specifies the duration type of a given period.
EnumerationFontUnit Represents various font units.
EnumerationGaugeCursor An enumeration of cursors which is identical to the collection provided by the Cursors class. This enumeration is used to specify the cursor appearance for pointers and knobs when the Dundas Gauge for ASP.NET is rendered as a Windows Forms control in a web browser.
EnumerationGaugeDashStyle Gauge line style enumeration.
EnumerationGaugeHatchStyle Gauge hatching style.
EnumerationGaugeImageAlign Gauge image alignment type.
EnumerationGaugeImageFormat Specifies the format of the image.
EnumerationGaugeImageWrapMode Specifies how a texture or gradient is tiled when it is larger than the area being filled.
EnumerationGaugeOrientation Represents a linear gauge orientation.
EnumerationGlassEffect Represents the glass effect of the frame.
EnumerationGradientType Gradient types.
EnumerationImageType Enumeration of supported image types.
EnumerationKnobStyle Enumeration that determines the style of a knob pointer.
EnumerationLinearPointerType Defines linear pointer types.
EnumerationMapAreaShape Defines the map area shape types.
EnumerationMarkerStyle Enumeration that determines the style of a marker pointer.
EnumerationNeedleStyle Enumeration that determines the style of a needle pointer.
EnumerationNumericIndicatorStyle Determines the style of numeric indicators.
EnumerationPeriodType Specifies the period type.
EnumerationPlacement Placement enumeration.
EnumerationPlaybackState Determines the state of the playback. This enumeration is used by the PlaybackChangedEventArgs class. It is to be used to determine the new playback state when the GaugeContainer.PlaybackStateChanged event is fired.
EnumerationRangeGradientType Gradient types.
EnumerationRenderType Image rendering type.
EnumerationResizeMode Represents resize modes.
EnumerationScaleType Represents the type of a scale.
EnumerationSerializationContent Gauge serializable content definition flags
EnumerationSerializationFormat Format of the gauge serializer
EnumerationShowSign Represents how +/- signs are displayed.
EnumerationStateIndicatorStyle Enumeration defining state indicator styles.
EnumerationSvgParameters.SvgDashStyle This enumeration defines pattern for solid and blank sequences for rendering a line
EnumerationSvgParameters.SvgFillType This enumeration defines the type of filling
EnumerationSvgParameters.SvgGradientType This enumeration defines the type of gradient
EnumerationSvgParameters.SvgImageWrapMode This enumeration defineshow image is tiled when it is larger than the area being filled
EnumerationSvgParameters.SvgLineCapStyle This enumeration defines how start or finish point of a line is drawn
EnumerationTextAntiAliasingQuality Text anti aliasing quality.
EnumerationThermometerStyle Represents the style of a thermometer.

See Also