Graph |
public class GraphAxisTick
The GraphAxisTick type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphAxisTick | Initializes a new instance of the GraphAxisTick class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Color | Color index used for tick labels. | |
| ColumnName | Name of the column used for tick values (if any). | |
| DataName | Name of the data set used for ticks (if any). | |
| DecimalPlaces | Decimal places used when formatting tick values. | |
| FontBold | Whether tick label font is bold. | |
| FontSize | Font size used for tick labels. | |
| Rotation | Rotation applied to tick labels. | |
| ShowMajorLabels | Whether major labels are shown for ticks. | |
| ValueType | Logical value type used by tick labels (numeric, date, etc.). | |
| ValueTypeSpecification | Formatting specification for tick label values. |