Struct Bar.Default
A simple struct that defines the default property values for the Bar class.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceBorderColor
The default color for drawing frames around bars (Color property).
Declaration
public static Color BorderColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
BorderWidth
The default pen width to be used for drawing the border around the bars (Width property). Units are points.
Declaration
public static float BorderWidth
Field Value
Type | Description |
---|---|
System.Single |
FillBrush
The default custom brush for filling in the bars (Brush property).
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
System.Drawing.Brush |
FillColor
The default color for filling in the bars (Color property).
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FillType
The default fill mode for bars (Type property).
Declaration
public static FillType FillType
Field Value
Type | Description |
---|---|
FillType |
IsBorderVisible
The default border mode for bars (IsVisible property). true to display frames around bars, false otherwise
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
System.Boolean |