Struct Chart.Default
A simple struct that defines the
default property values for the Chart class.
Assembly: ZedGraph.dll
Syntax
Fields
|
Improve this Doc
View Source
BorderColor
The default color for the Chart border.
(Border property).
Declaration
public static Color BorderColor
Field Value
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
FillBrush
Declaration
public static Brush FillBrush
Field Value
|
Improve this Doc
View Source
FillColor
The default color for the Chart background.
(Fill property).
Declaration
public static Color FillColor
Field Value
|
Improve this Doc
View Source
FillType
Declaration
public static FillType FillType
Field Value
|
Improve this Doc
View Source
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