Struct GraphPane.Default
A simple struct that defines the default property values for the GraphPane class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceClusterScaleWidth
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.
Declaration
public static double ClusterScaleWidth
Field Value
Type | Description |
---|---|
Double |
See Also
| Improve this Doc View SourceIsBoundedRanges
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.
Declaration
public static bool IsBoundedRanges
Field Value
Type | Description |
---|---|
Boolean |
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.
Declaration
public static bool IsIgnoreInitial
Field Value
Type | Description |
---|---|
Boolean |
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.
Declaration
public static LineType LineType
Field Value
Type | Description |
---|---|
LineType |
See Also
| Improve this Doc View SourceNearestTol
The tolerance that is applied to the FindNearestPoint(PointF, out CurveItem, out 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.
Declaration
public static double NearestTol
Field Value
Type | Description |
---|---|
Double |