ZedGraph LogoZedGraph Class Library Documentation
IsOmitMag Property
NamespacesZedGraphAxisLabelIsOmitMag
Gets or sets the property that controls whether or not the magnitude factor (power of 10) for this scale will be included in the label.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsOmitMag{ get; set;}
Public Property IsOmitMag As Boolean
public:
property bool IsOmitMag {
	bool get ();
	void set (bool value);
}
Value
true to show the magnitude value, false to hide it
Remarks
For large scale values, a "magnitude" value (power of 10) is automatically used for scaling the graph. This magnitude value is automatically appended to the end of the Axis Title (e.g., "(10^4)") to indicate that a magnitude is in use. This property controls whether or not the magnitude is included in the title. Note that it only affects the axis title; a magnitude value may still be used even if it is not shown in the title.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621