XAxis 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 class XAxis : Axis, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class XAxis
Inherits Axis
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
Properties
| AxisGap | (Inherited from Axis) |
| Color | (Inherited from Axis) |
| Cross | (Inherited from Axis) |
| CrossAuto | (Inherited from Axis) |
| IsAxisSegmentVisible | (Inherited from Axis) |
| IsVisible | (Inherited from Axis) |
| MajorGrid | (Inherited from Axis) |
| MajorTic | (Inherited from Axis) |
| MinorGrid | (Inherited from Axis) |
| MinorTic | (Inherited from Axis) |
| MinSpace | (Inherited from Axis) |
| Scale | (Inherited from Axis) |
| Title | (Inherited from Axis) |
| Type | (Inherited from Axis) |
Methods
| CalcSpace | (Inherited from Axis) |
| Clone | |
| Draw | (Inherited from Axis) |
| DrawMinorTics | (Inherited from Axis) |
| DrawTitle | (Inherited from Axis) |
| GetCrossAxis | (Overrides AxisGetCrossAxis(GraphPane)) |
| GetObjectData | (Overrides AxisGetObjectData(SerializationInfo, StreamingContext)) |
| ResetAutoScale | (Inherited from Axis) |
| SetMinSpaceBuffer | (Inherited from Axis) |
| SetTransformMatrix | (Overrides AxisSetTransformMatrix(Graphics, GraphPane, Single)) |
Events
| ScaleFormatEvent | (Inherited from Axis) |
| ScaleTitleEvent | (Inherited from Axis) |
Fields
| _isAxisSegmentVisible | (Inherited from Axis) |
| _isVisible | (Inherited from Axis) |
| _title | (Inherited from Axis) |
| schema2 | |
| Tag | (Inherited from Axis) |
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. |