Search
TextStyleHint Enumeration
See Also
 






Identifies text styles that can be accessed through RenderContent.

Namespace: MindFusion.Charting
File: TextStyleHint.js

 Syntax

JavaScript  Copy Code

// enum
TextStyleHint = {}

 Members

  Member name Description

AxisLabels

Identifies style used to draw axis labels.

AxisTitle

Identifies style used to draw axis title.

DataLabels

Identifies style used to draw data labels.

LegendTitle

Identifies style used to draw legend title.

Subtitle

Identifies style used to draw chart's sub-title.

Title

Identifies style used to draw chart's title.

Widget

Identifies style used to draw text in UI widgets.

 See Also