Struct Legend.Default
A simple struct that defines the
default property values for the Legend class.
Assembly: ZedGraph.dll
Syntax
Fields
|
Improve this Doc
View Source
BorderColor
The default color for the Legend border border.
(Color property).
Declaration
public static Color BorderColor
Field Value
|
Improve this Doc
View Source
BorderWidth
The default pen width for the Legend border border.
(Width property). Units are in pixels.
Declaration
public static float BorderWidth
Field Value
|
Improve this Doc
View Source
FillBrush
The default custom brush for filling in this Legend.
Declaration
public static Brush FillBrush
Field Value
|
Improve this Doc
View Source
FillColor
The default color for the Legend background.
(Color property). Use of this
color depends on the status of the Type
property.
Declaration
public static Color FillColor
Field Value
|
Improve this Doc
View Source
FillType
The default fill mode for the Legend background.
Declaration
public static FillType FillType
Field Value
|
Improve this Doc
View Source
FontBold
The default font bold mode for the Legend entries
(IsBold property). true
for a bold typeface, false otherwise.
Declaration
public static bool FontBold
Field Value
|
Improve this Doc
View Source
FontColor
Declaration
public static Color FontColor
Field Value
|
Improve this Doc
View Source
FontFamily
The default font family for the Legend entries
(Family property).
Declaration
public static string FontFamily
Field Value
|
Improve this Doc
View Source
FontFillBrush
The default custom brush for filling in the scale text background
(see Brush property).
Declaration
public static Brush FontFillBrush
Field Value
|
Improve this Doc
View Source
FontFillColor
The default color for filling in the scale text background
(see Color property).
Declaration
public static Color FontFillColor
Field Value
|
Improve this Doc
View Source
FontFillType
The default fill mode for filling in the scale text background
(see Type property).
Declaration
public static FillType FontFillType
Field Value
|
Improve this Doc
View Source
FontItalic
The default font italic mode for the Legend entries
(IsItalic property). true
for an italic typeface, false otherwise.
Declaration
public static bool FontItalic
Field Value
|
Improve this Doc
View Source
FontSize
The default font size for the Legend entries
(Size property). Units are
in points (1/72 inch).
Declaration
public static float FontSize
Field Value
|
Improve this Doc
View Source
FontUnderline
The default font underline mode for the Legend entries
(IsUnderline property). true
for an underlined typeface, false otherwise.
Declaration
public static bool FontUnderline
Field Value
|
Improve this Doc
View Source
Gap
The default gap size between the legend and the Rect.
This is the default value of Gap.
Declaration
Field Value
|
Improve this Doc
View Source
IsBorderVisible
The default border mode for the Legend.
(IsVisible property). true
to draw a border around the Rect,
false otherwise.
Declaration
public static bool IsBorderVisible
Field Value
|
Improve this Doc
View Source
IsFilled
The default fill mode for the Legend background
(Type property).
true to fill-in the background with color,
false to leave the background transparent.
Declaration
public static bool IsFilled
Field Value
|
Improve this Doc
View Source
IsHStack
The default horizontal stacking mode for the Legend
(IsHStack property).
true to allow horizontal legend item stacking, false to allow
only vertical legend orientation.
Declaration
public static bool IsHStack
Field Value
|
Improve this Doc
View Source
IsReverse
Declaration
public static bool IsReverse
Field Value
|
Improve this Doc
View Source
IsShowLegendSymbols
Declaration
public static bool IsShowLegendSymbols
Field Value
|
Improve this Doc
View Source
IsVisible
The default display mode for the Legend.
(IsVisible property). true
to show the legend,
false to hide it.
Declaration
public static bool IsVisible
Field Value
|
Improve this Doc
View Source
Position
The default location for the Legend on the graph
(Location property). This property is
defined as a LegendPos enumeration.
Declaration
public static LegendPos Position
Field Value