Identifies text styles that can be accessed through RenderContext.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public enum TextStyleHint |
Visual Basic Copy Code |
---|
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. |