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 Default
Fields
| 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 Base
Field 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 ClusterScaleWidth
Field Value
Type | Description |
---|---|
Double |
See Also
| Improve this Doc View SourceClusterScaleWidthAuto
The default value for ClusterScaleWidthAuto.
Declaration
public static bool ClusterScaleWidthAuto
Field 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 MinBarGap
Field 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 MinClusterGap
Field 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 Type
Field Value
Type | Description |
---|---|
BarType |