Struct GasGaugeNeedle.Default
Specify the default property values for the GasGaugeNeedle class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceBorderColor
The default color for drawing frames around GasGaugeNeedle (Color property).
Declaration
public static Color BorderColor
Field Value
Type | Description |
---|---|
Color |
BorderWidth
The default pen width to be used for drawing the border around the GasGaugeNeedle (Width property). Units are points.
Declaration
public static float BorderWidth
Field Value
Type | Description |
---|---|
Single |
FillBrush
The default custom brush for filling in the GasGaugeNeedle. (Brush property).
Declaration
public static Brush FillBrush
Field Value
Type | Description |
---|---|
Brush |
FillColor
The default color for filling in the GasGaugeNeedle (Color property).
Declaration
public static Color FillColor
Field Value
Type | Description |
---|---|
Color |
FillType
The default fill type for filling the GasGaugeNeedle.
Declaration
public static FillType FillType
Field Value
Type | Description |
---|---|
FillType |
FontSize
The default font size for LabelDetail entries (Size property). Units are in points (1/72 inch).
Declaration
public static float FontSize
Field Value
Type | Description |
---|---|
Single |
IsBorderVisible
The default border mode for GasGaugeNeedle (IsVisible property). true to display frame around GasGaugeNeedle, false otherwise
Declaration
public static bool IsBorderVisible
Field Value
Type | Description |
---|---|
Boolean |
isVisible
Default value for controlling GasGaugeNeedle display.
Declaration
public static bool isVisible
Field Value
Type | Description |
---|---|
Boolean |
NeedleWidth
The default width of the gas gauge needle. Units are points, scaled according to CalcScaleFactor()
Declaration
public static float NeedleWidth
Field Value
Type | Description |
---|---|
Single |