Class that holds the specific properties for the minor tics.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class MinorTic : ICloneable, ISerializable
<SerializableAttribute> _ Public Class MinorTic _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class MinorTic : ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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 | |
| schema |
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()() | (Inherited from Object.) |
