Axis Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public abstract class Axis : ISerializable,
ICloneableVB
<SerializableAttribute>
Public MustInherit Class Axis
Implements ISerializable, ICloneable- Inheritance
- Object Axis
- Derived
- Implements
- ICloneable, ISerializable
Constructors
Properties
| AxisGap | |
| Color | |
| Cross | |
| CrossAuto | |
| IsAxisSegmentVisible | |
| IsVisible | |
| MajorGrid | |
| MajorTic | |
| MinorGrid | |
| MinorTic | |
| MinSpace | |
| Scale | |
| Title | |
| Type |
Methods
| CalcSpace | |
| CalcTotalShift | |
| Draw | |
| DrawMinorTics | |
| DrawTitle | |
| GetCrossAxis | |
| GetObjectData | |
| MakeTitle | |
| ResetAutoScale | |
| SetMinSpaceBuffer | |
| SetTransformMatrix |
Events
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |