The AnalogGauge type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnalogGauge |
iWidth and iHeight specifies the initial width and height of the area on which the
gauge will be painted, and iDiameter is the diameter of the gauge. snStartNumber and
snEndNumber specify the starting and ending numbers of the range of numbers drawn on the gauge dial.
|
Methods
| Name | Description | |
|---|---|---|
| DrawChart |
Draws all charts belonging to the OverLay on a System.Drawing.Graphics object.
(Overrides Chart..::.DrawChart(Graphics).) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveChartToFile |
The SaveChartToFile method saves the chart to a file. If a value has been provided for the
FileName property then the chart is saved to that filename, otherwise a unique filename
is created. If a unique filename has been created then that filename may be retrieved via the FileName property.
The format of the created image can be any one of the available System.Drawing.Imaging.ImageFormat
image types including JPEG, GIF, BMP, and TIFF. Graphics are saved using 24-bit color depth.
(Inherited from Chart.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| moChartDimensions | (Inherited from Chart.) | |
| moRegionList |
Properties
| Name | Description | |
|---|---|---|
| BezelColor |
The color to use for the outer bezel area.
| |
| ChartDimensions |
The ChartDimensions property exposes the internal layout of the chart including size of areas
reserved for X and Y axis labels, margin height and width, and various background colors.
(Inherited from Chart.) | |
| Diameter |
The outermost diameter of the gauge, in pixels.
| |
| EndAngle |
The terminal angle (rightmost) at which labels are displayed on the gauge face.
| |
| EndNumber |
The ending (rightmost) number to be displayed.
| |
| FaceColor |
The color to use for the leftmost indicator color band.
| |
| FileName |
This is the filename that will is used for the image when it is saved to disk.
It should not include the path. If a filename is not provided prior to the SaveChartToFile
method being used, then a unique filename will be automatically generated.
(Inherited from Chart.) | |
| HighColor |
The color to use for the rightmost indicator color band.
| |
| HighPercent |
The percentage of the indicator range colored using the color assigned to the HighColor property.
| |
| HubColor |
The color to use for the indicator needle hub.
| |
| LabelColor |
The color to use for the value labels as displayed around the outer rim.
| |
| LabelFont |
The font to use for the value labels displayed around the outer rim.
| |
| LowColor |
The color to use for the leftmost indicator color band.
| |
| LowPercent |
The percentage of the indicator range colored using the color assigned to the LowColor property.
| |
| MedColor |
The color to use for the midrange indicator color band.
| |
| MedPercent |
The percentage of the indicator range colored using the color assigned to the MedColor property.
| |
| NeedleColor |
The color to use for the indicator needle.
| |
| NumberCount |
The count of numbers to display. Numbers are displayed as a graduation from StartNumber
to EndNumber with NumberCount divisions.
| |
| RegionList |
An ArrayList containing jChart.RegionArea objects for each label displayed on the chart dial.
| |
| StartAngle |
The initial angle (leftmost) at which labels are displayed on the gauge face.
| |
| StartNumber |
The starting (leftmost) number to be displayed.
| |
| Value |
The indicated value of the gauge (the value to which the gauge needle will point).
| |
| ValueBox |
True if a box should be displayed that contains the decimal value of the indicated value.
| |
| ValueBoxColor |
The background color to use for the value box area.
| |
| ValueColor |
The color to use for the value as displayed in the value box area.
| |
| ValueFont |
The font to use for the value displayed in the value box.
| |
| X |
The X centerpoint of the gauge within the chart image.
| |
| Y |
The Y centerpoint of the gauge within the chart image.
|