Struct BarSettings.Default
A simple struct that defines the default property values for the BarSettings class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct DefaultFields
| Improve this Doc View SourceBase
The default value for the Base, which determines the base Axis from which the Bar graphs will be displayed.
Declaration
public static BarBase BaseField Value
| Type | Description | 
|---|---|
| BarBase | 
See Also
| 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 ClusterScaleWidthField Value
| Type | Description | 
|---|---|
| Double | 
See Also
| Improve this Doc View SourceClusterScaleWidthAuto
The default value for ClusterScaleWidthAuto.
Declaration
public static bool ClusterScaleWidthAutoField Value
| Type | Description | 
|---|---|
| Boolean | 
MinBarGap
The default dimension gap between each individual bar within a bar cluster on a Bar graph. This dimension is expressed in terms of the normal bar width.
Declaration
public static float MinBarGapField Value
| Type | Description | 
|---|---|
| Single | 
See Also
| Improve this Doc View SourceMinClusterGap
The default dimension gap between clusters of bars on a Bar graph. This dimension is expressed in terms of the normal bar width.
Declaration
public static float MinClusterGapField Value
| Type | Description | 
|---|---|
| Single | 
See Also
| Improve this Doc View SourceType
The default value for the Type property, which determines if the bars are drawn overlapping eachother in a "stacked" format, or side-by-side in a "cluster" format. See the BarType for more information.
Declaration
public static BarType TypeField Value
| Type | Description | 
|---|---|
| BarType |