CrosshairAxisLabelOptions Members
Contains settings that define the appearance of crosshair axis labels.Properties
| Name | Description |
|---|---|
| ActualBackColor | Gets the actual back color used to fill a crosshair axis label. |
| ActualDXFont | |
| ActualFont | Gets the actual font that is used to display a crosshair axis label. |
| ActualPattern | Gets the actual pattern of the crosshair axis label. |
| ActualTextColor | Gets the text actual color used to fill a crosshair axis label. |
| ActualVisibility | Gets the actual value that specifies whether the crosshair axis labels are visible. |
| BackColor | Gets or sets the background color of crosshair axis labels. |
| DXFont | Gets or sets the text font of the chart elements. Inherited from TextOptions. |
| EnableAntialiasing | Gets or sets the value indicating whether anti-aliasing should be enabled for a crosshair label element. Inherited from TextOptions. |
| Font | Gets or sets the font of the text configured using these options. Inherited from TextOptions. |
| Pattern | Gets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| TextColor | Gets or sets the color of the text configured using these options. Inherited from TextOptions. |
| Visibility | Specifies whether to show crosshair axis labels for a diagram. |
Methods
| Name | Description |
|---|---|
| Assign(ChartElement) | Copies all the settings from the CrosshairAxisLabelOptions object passed as a parameter. |
| Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the chart element. Inherited from ChartElement. |
See Also