SeriesHintOptions Members
Stores the series’ tooltip settings.Constructors
| Name | Description |
|---|---|
| SeriesHintOptions() | Initializes a new instance of the SeriesHintOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| EnabledProperty static | Identifies the Enabled bindable property. Inherited from SeriesHintOptionsBase. |
| PointTextPatternProperty static | Identifies the PointTextPattern bindable property. Inherited from SeriesHintOptionsBase. |
| PointTextProviderProperty static | Identifies the PointTextProvider dependency property. Inherited from SeriesHintOptionsBase. |
| SeriesTextPatternProperty static | Identifies the SeriesTextPattern bindable property. |
Properties
| Name | Description |
|---|---|
| Enabled | Inherited from SeriesHintOptionsBase. |
| PointTextPattern | Specifies the tooltip text pattern. Inherited from SeriesHintOptionsBase. |
| PointTextProvider | Inherited from SeriesHintOptionsBase. |
| SeriesTextPattern |
See Also