API Reference
Class
ApexTextStyle
Represents text styling options for ApexCharts elements.
Inheritance
- Object
- ApexTextStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ApexAxisLabels.Style
- Property ApexAxisTitle.Style
- Property ApexDataLabelsOptions.Style
- Method ApexTextStyle.SetColor
- Method ApexTextStyle.SetFontFamily
- Method ApexTextStyle.SetFontSize
- Method ApexTextStyle.SetFontWeight
Accepted by parameters
- Method ApexAxisLabels.SetStyle
- Method ApexAxisTitle.SetStyle
- Method ApexDataLabelsOptions.SetStyle
Constructors
public ApexTextStyle() #Methods
public ApexTextStyle SetColor(String color) #Returns:
ApexTextStyleSets the font color.
Parameters
- color System.String
public ApexTextStyle SetFontFamily(String family) #Returns:
ApexTextStyleSets the font family.
Parameters
- family System.String
public ApexTextStyle SetFontSize(String size) #Returns:
ApexTextStyleSets the font size.
Parameters
- size System.String
public ApexTextStyle SetFontWeight(String weight) #Returns:
ApexTextStyleSets the font weight.
Parameters
- weight System.String