Skip to main content

PieSeriesHintOptions Members

Stores the pie series’ hint settings.

Constructors

Name Description
PieSeriesHintOptions() Initializes a new instance of the PieSeriesHintOptions 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.

Properties

Name Description
Enabled Inherited from SeriesHintOptionsBase.
PointTextPattern Specifies the tooltip text pattern. Inherited from SeriesHintOptionsBase.
PointTextProvider Inherited from SeriesHintOptionsBase.
See Also