[]
Control that shows a bullet graph.
[ToolboxBitmap(typeof(C1Gauge), "C1Gauge.png")]
public class C1BulletGraph : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize
| Name | Description |
|---|---|
| C1BulletGraph() | Initializes a new instance of the C1BulletGraph control. |
| Name | Description |
|---|---|
| Bad | Gets or sets a reference value considered bad for the measure. |
| Caption | Gets BulletGraphCaption object that defines the appearance of the graph caption. |
| DefaultSize | Gets the default size of the Gauge container control. |
| Good | Gets or sets a reference value considered good for the measure. |
| GraphScale | Gets BulletGraphScale object that defines the appearance of the graph scale. |
| IsReversed | Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum). |
| Maximum | Gets or sets the largest value that can be displayed on the gauge. |
| Minimum | Gets or sets the smallest value that can be displayed. |
| Orientation | Orientation of a C1BulletGraph. |
| Origin | Gets or sets the graph origin. |
| ShowValue | Gets or sets whether the control displays value text at runtime. |
| Styles | Gets C1BulletGraph styles. |
| Target | Gets or sets the target value for the measure. |
| Value | Gets or sets current value of the graph. |
| Name | Description |
|---|---|
| BeginInit() | |
| Dispose(bool) | Clean up any resources being used. |
| EndInit() | |
| GetImage() | Returns a "screenshot" of the C1BulletGraph control. |
| GetImage(int, int) | Returns a "screenshot" of the C1BulletGraph control as an image with given width and height. |
| GetImage(int, int, PixelFormat) | Returns a "screenshot" of the C1BulletGraph control as an image with given width, height, and pixel format. |
| OnBackColorChanged(EventArgs) | Raises the BackColorChanged event. |
| OnBackgroundImageChanged(EventArgs) | Raises the System.Windows.Forms.Control.BackgroundImageChanged event. |
| OnBackgroundImageLayoutChanged(EventArgs) | Raises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. |
| OnBindingContextChanged(EventArgs) | Notifies Gauges about changing the binding context. |
| OnEnabledChanged(EventArgs) | Raises the EnabledChanged event. |
| OnFontChanged(EventArgs) | Raises the FontChanged event. |
| OnForeColorChanged(EventArgs) | Raises the ForeColorChanged event. |
| OnPaint(PaintEventArgs) | Raises the Paint event. |
| OnResize(EventArgs) | Raises the Resize event. |
| OnVisibleChanged(EventArgs) | Raises the VisibleChanged event. |
| Render(Graphics, int, int) | Render the C1BulletGraph control in specified graphics with given width and height. |
| Render(Graphics, int, int, int, int) | Render the C1BulletGraph control in specified graphics with given rectangle where the graph will be painted. |
| ResetBad() | |
| ResetCaption() | |
| ResetGood() | |
| ResetGraphScale() | |
| ResetStyles() | |
| ShouldSerializeBad() | |
| ShouldSerializeCaption() | |
| ShouldSerializeGood() | |
| ShouldSerializeGraphScale() | |
| ShouldSerializeStyles() | |
| ShowAboutBox() | Shows the About Box for an instance of C1BulletGraph. |