This class handles the drawing of the curve HiLowBar objects.
The Hi-Low Bars are the "floating" bars that have a lower and upper value and
appear at each defined point.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class HiLowBar : Bar, ICloneable, ISerializable
<SerializableAttribute> _ Public Class HiLowBar _ Inherits Bar _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class HiLowBar : public Bar, ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| HiLowBarHiLowBarNew()() |
Default constructor that sets all HiLowBar properties to default
values as defined in the Bar..::Default class.
| |
| HiLowBarHiLowBarNew(Color) |
Default constructor that sets the
Color as specified, and the remaining
HiLowBar properties to default
values as defined in the Bar..::Default class.
The specified color is only applied to the
Color, and the Color
will be defaulted.
| |
| HiLowBarHiLowBarNew(Color, Single) |
Default constructor that sets the
Color and Size as specified, and the remaining
HiLowBar properties to default
values as defined in the Bar..::Default class.
The specified color is only applied to the
Color, and the Color
will be defaulted.
| |
| HiLowBarHiLowBarNew(HiLowBar) |
The Copy Constructor
| |
| Border | (Inherited from Bar.) | |
| Clone()() |
Typesafe, deep-copy clone method.
| |
| Draw(Graphics, GraphPane, Single, Single, Single, Single, Single, Boolean, Boolean, PointPair) |
Draw the Bar to the specified Graphics device
at the specified location. This routine draws a single bar.
(Inherited from Bar.) | |
| Draw(Graphics, GraphPane, RectangleF, Single, Boolean, Boolean, PointPair) |
Draw the Bar to the specified Graphics device
at the specified location. This routine draws a single bar.
(Inherited from Bar.) | |
| DrawBars(Graphics, GraphPane, CurveItem, Axis, Axis, Single, Int32, Single) |
Draw the this Bar to the specified Graphics
device as a bar at each defined point. This method
is normally only called by the Draw(Graphics, GraphPane, Int32, Single) method of the
BarItem object
(Inherited from Bar.) | |
| DrawSingleBar(Graphics, GraphPane, CurveItem, Axis, Axis, Int32, Int32, Single, Single) |
Draw the specified single bar (an individual "point") of this series to the specified
Graphics device. This method is not as efficient as
DrawBars(Graphics, GraphPane, CurveItem, Axis, Axis, Single, Int32, Single), which draws the bars for all points. It is intended to be used
only for SortedOverlay, which requires special handling of each bar.
(Inherited from Bar.) | |
| Equals(Object) | (Inherited from Object.) | |
| Fill | (Inherited from Bar.) | |
| 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.) | |
| GetBarWidth(GraphPane, Axis, Single) |
Returns the width of the bar, in pixels, based on the settings for
Size and IsAutoSize.
| |
| 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.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo instance with the data needed to serialize the target object
(Overrides Bar.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsAutoSize |
Determines whether the bar width will be based on
the Size value, or it will be based on available
space similar to BarItem objects.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| schema2 |
Current schema value that defines the version of the serialized file
| |
| Size |
Gets or sets the size of the HiLowBar | |
| ICloneable..::Clone()() |
Implement the ICloneable interface in a typesafe manner by just
calling the typed version of Clone()() | |
| ToString()() | (Inherited from Object.) |
