CrosshairAxisLabelOptions Properties
Contains settings that define the appearance of crosshair axis labels.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. |
See Also