A simple struct that defines the
default property values for the GraphPane class.
| C# | Visual Basic | Visual C++ |
public struct Default
Public Structure Default
public value class Default
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| ClusterScaleWidth |
The default width of a bar cluster
on a Bar graph. This value only applies to
Bar graphs, and only when the
Type is Linear,
Log or Date.
This dimension is expressed in terms of X scale user units.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| 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()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsBoundedRanges |
The default settings for the Axis scale bounded ranges option
(IsBoundedRanges property).
true to have the auto-scale-range code subset the data according to any
manually set scale values, false otherwise.
| |
| IsIgnoreInitial |
The default settings for the Axis scale ignore initial
zero values option (IsIgnoreInitial property).
true to have the auto-scale-range code ignore the initial data points
until the first non-zero Y value, false otherwise.
| |
| LineType | The default value for the LineType property, which
determines if the lines are drawn in normal or "stacked" mode. See the
LineType for more information.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NearestTol |
The tolerance that is applied to the
FindNearestPoint(PointF, CurveItem%, Int32%) routine.
If a given curve point is within this many pixels of the mousePt, the curve
point is considered to be close enough for selection as a nearest point
candidate.
| |
| ToString()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
