MajorTic Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class MajorTic : MinorTic, ICloneable, 
	ISerializable
Inheritance
Object    MinorTic    MajorTic
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

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also