Struct GraphObj.Default
A simple struct that defines the default property values for the GraphObj class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public struct Default
Fields
| Improve this Doc View SourceAlignH
Default value for the horizontal GraphObj text alignment (Location property). This is specified using the AlignH enum type.
Declaration
public static AlignH AlignH
Field Value
Type | Description |
---|---|
AlignH |
AlignV
Default value for the vertical GraphObj text alignment (Location property). This is specified using the AlignV enum type.
Declaration
public static AlignV AlignV
Field Value
Type | Description |
---|---|
AlignV |
CoordFrame
The default coordinate system to be used for defining the GraphObj location coordinates (Location property).
Declaration
public static CoordType CoordFrame
Field Value
Type | Description |
---|---|
CoordType | The coordinate system is defined with the CoordType enum |
IsClippedToChartRect
The default value for IsClippedToChartRect.
Declaration
public static bool IsClippedToChartRect
Field Value
Type | Description |
---|---|
Boolean |