Skip to main content

HintStyleBase Members

The base class for styles that configure the appearance of ChartView and PieChartView hints.

Constructors

Name Description
HintStyleBase() Initializes a new instance of the HintStyleBase class with default settings.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property.
MarkerSizeProperty static Identifies the MarkerSize bindable property.
PaddingProperty static Identifies the Padding bindable property.
TextIndentProperty static Identifies the TextIndent bindable property.
TextStyleProperty static Identifies the TextStyle bindable property. Inherited from TextElementStyleBase.

Properties

Name Description
BackgroundColor Gets or sets the hint label’s background color.
MarkerSize Gets or sets the hint’s marker size.
Padding Gets or sets the hint’s label padding.
TextIndent Gets or sets the indent between a hint marker and text.
TextStyle Gets or sets the text style of the chart’s element. Inherited from TextElementStyleBase.
See Also