CrosshairHintBehavior Members
Defines the crosshair hint behavior.Constructors
| Name | Description |
|---|---|
| CrosshairHintBehavior() | Initializes a new instance of the CrosshairHintBehavior class with default settings. |
Fields
| Name | Description |
|---|---|
| ArgumentLabelVisibleProperty static | Identifies the ArgumentLabelVisible bindable property. |
| ArgumentLineVisibleProperty static | Identifies the ArgumentLineVisible bindable property. |
| GroupHeaderTextPatternProperty static | Identifies the GroupHeaderTextPattern bindable property. |
| GroupHeaderVisibleProperty static | Identifies the GroupHeaderVisible bindable property. |
| HighlightPointProperty static | Identifies the HighlightPoint bindable property. |
| LabelPositionProperty static | Identifies the LabelPosition bindable property. |
| MaxSeriesCountProperty static | Identifies the MaxSeriesCount bindable property. |
| ValueLabelVisibleProperty static | Identifies the ValueLabelVisible bindable property. |
| ValueLineVisibleProperty static | Identifies the ValueLineVisible bindable property. |
Properties
| Name | Description |
|---|---|
| ArgumentLabelVisible | Gets or sets whether the argument label is visible on the chart. |
| ArgumentLineVisible | Gets or sets whether the argument line is visible on the chart. |
| GroupHeaderTextPattern | Gets or sets the text pattern for the group header of the crosshair label. |
| GroupHeaderVisible | Gets or sets whether the group header is visible inside the crosshair label. |
| HighlightPoint | Specifies whether the chart highlights the series point when the crosshair cursor hovers over it. |
| LabelPosition | Gets or sets the position of the crosshair label on the chart. |
| MaxSeriesCount | Gets or sets the highest number of series listed in the crosshair label. |
| ValueLabelVisible | Gets or sets whether the value label is visible on the chart. |
| ValueLineVisible | Gets or sets whether the value line is visible on the chart. |
See Also