ZedGraph LogoZedGraph Class Library Documentation
Type Property
NamespacesZedGraphAxisType
Gets or sets the AxisType for this Axis.
Declaration Syntax
C#Visual BasicVisual C++
public AxisType Type{ get; set;}
Public Property Type As AxisType
public:
property AxisType Type {
	AxisType get ();
	void set (AxisType value);
}
Remarks
The type can be either Linear, Log, Date, or Text.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621