Struct Chart.Default
A simple struct that defines the default property values for the Chart 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
Declaration
public static Color BorderColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
BorderPenWidth
The default pen width for drawing the Chart border (Border property). Units are in points (1/72 inch).
Declaration
public static float BorderPenWidth
Field Value
Type | Description |
---|---|
System.Single |
FillBrush
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
System.Drawing.Brush |
FillColor
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
System.Drawing.Color |
FillType
Declaration
public static FillType FillType
Field Value
Type | Description |
---|---|
FillType |
IsBorderVisible
The default display mode for the Chart border (Border property). true to show the border border, false to omit the border
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
System.Boolean |