ASP.NET Pack Programmer's Guide
TextStyleHint Enumeration
See Also
 





Identifies text styles that can be accessed through RenderContent.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public enum TextStyleHint

Visual Basic  Copy Code

Public 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

MindFusion.Charting Namespace