Class that holds the specific properties for the major tics. Inherits from
MinorTic.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class MajorTic : MinorTic, ICloneable, ISerializable
<SerializableAttribute> _ Public Class MajorTic _ Inherits MinorTic _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class MajorTic : public MinorTic, ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| MajorTicMajorTicNew()() |
Default constructor for MajorTic.
| |
| MajorTicMajorTicNew(MajorTic) |
Copy constructor.
| |
| Clone()() |
Typesafe, deep-copy clone method.
| |
| Color |
The color to use for drawing the tics of this class instance
(Inherited from MinorTic.) | |
| 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
(Overrides MinorTic.GetObjectData(SerializationInfo, StreamingContext).) | |
| 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.
(Inherited from MinorTic.) | |
| IsBetweenLabels |
Gets or sets a property that determines whether or not the major tics will be drawn
inbetween the labels, rather than right at the labels.
| |
| IsCrossInside |
Gets or sets the display mode for the Axis major inside
"cross" tic marks.
(Inherited from MinorTic.) | |
| IsCrossOutside |
Gets or sets the display mode for the Axis major outside
"cross" tic marks.
(Inherited from MinorTic.) | |
| IsInside |
Gets or sets a property that determines whether or not the major inside tic marks
are shown.
(Inherited from MinorTic.) | |
| IsOpposite |
Gets or sets a property that determines whether or not the major opposite tic marks
are shown.
(Inherited from MinorTic.) | |
| IsOutside |
Gets or sets a property that determines whether or not the minor outside tic marks
are shown.
(Inherited from MinorTic.) | |
| 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 (Inherited from MinorTic.) | |
| ScaledTic(Single) |
Calculate the scaled tic size for this Axis (Inherited from MinorTic.) | |
| schema2 |
Current schema value that defines the version of the serialized file
| |
| Size |
The length of the major tic marks.
(Inherited from MinorTic.) | |
| ICloneable..::Clone()() |
Implement the ICloneable interface in a typesafe manner by just
calling the typed version of Clone()() | |
| ToString()() | (Inherited from Object.) |
