Identifies text styles that can be accessed through RenderContent.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum TextStyleHint |
Visual Basic
![]() |
---|
Public Enum TextStyleHint |
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. |
Charting for WinForms Programmer's Guide | © 2024 MindFusion |