Charting for WinForms Programmer's Guide
TextStyleHint Enumeration
See Also
 






Identifies text styles that can be accessed through RenderContent.

Namespace: MindFusion.Charting
Assembly: 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