ZedGraph LogoZedGraph Class Library Documentation
MinorTic Class
NamespacesZedGraphMinorTic
Class that holds the specific properties for the minor tics.
Declaration Syntax
C#Visual BasicVisual C++
<SerializableAttribute> _
Public Class MinorTic _
	Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class MinorTic : ICloneable, 
	ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
MinorTicMinorTicNew()()
Default Constructor

MinorTicMinorTicNew(MinorTic)
Copy constructor.

Clone()()
Typesafe, deep-copy clone method.

Color
The color to use for drawing the tics of this class instance

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo instance with the data needed to serialize the target object

GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
IsAllTics
This is convenience property sets the status of all the different tic properties in this instance to the same value. true to activate all tics, false to clear all tics.

IsCrossInside
Gets or sets the display mode for the Axis major inside "cross" tic marks.

IsCrossOutside
Gets or sets the display mode for the Axis major outside "cross" tic marks.

IsInside
Gets or sets a property that determines whether or not the major inside tic marks are shown.

IsOpposite
Gets or sets a property that determines whether or not the major opposite tic marks are shown.

IsOutside
Gets or sets a property that determines whether or not the minor outside tic marks are shown.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PenWidth
Gets or sets the pen width to be used when drawing the tic marks for this Axis

ScaledTic(Single)
Calculate the scaled tic size for this Axis

static memberschema
Current schema value that defines the version of the serialized file

Size
The length of the major tic marks.

ICloneable..::Clone()()
Implement the ICloneable interface in a typesafe manner by just calling the typed version of Clone()()

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MinorTic
 MajorTic

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621