Major Tic 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 MajorTic : MinorTic, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class MajorTic
Inherits MinorTic
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
Properties
| Color | (Inherited from MinorTic) |
| IsAllTics | (Inherited from MinorTic) |
| IsBetweenLabels | |
| IsCrossInside | (Inherited from MinorTic) |
| IsCrossOutside | (Inherited from MinorTic) |
| IsInside | (Inherited from MinorTic) |
| IsOpposite | (Inherited from MinorTic) |
| IsOutside | (Inherited from MinorTic) |
| PenWidth | (Inherited from MinorTic) |
| Size | (Inherited from MinorTic) |
Methods
| Clone | |
| GetObjectData | (Overrides MinorTicGetObjectData(SerializationInfo, StreamingContext)) |
| ScaledTic | (Inherited from MinorTic) |
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. |