API Reference
Class
ApexChartSubtitle
Builder for configuring a chart subtitle.
Inheritance
- Object
- ApexChartSubtitle
Constructors
public ApexChartSubtitle() #Methods
Color 2 overloads
public ApexChartSubtitle Color(RGBColor color) #Returns:
ApexChartSubtitleSets the subtitle color using a CSS value.
Parameters
- color System.String
- Color value.
Returns
The current ApexChartSubtitle instance.
Color(HtmlForgeX.RGBColor color) #Sets the subtitle color from an RGBColor instance.
Parameters
- color HtmlForgeX.RGBColor
- Color value.
Returns
The current ApexChartSubtitle instance.
public ApexChartSubtitle FontSize(String fontSize) #Returns:
ApexChartSubtitleSets the subtitle font size.
Parameters
- fontSize System.String
- Size value with units.
Returns
The current ApexChartSubtitle instance.
public ApexChartSubtitle FontWeight(String fontWeight) #Returns:
ApexChartSubtitleSets the subtitle font weight.
Parameters
- fontWeight System.String
- Font weight value.
Returns
The current ApexChartSubtitle instance.
public ApexChartSubtitle Text(String text) #Returns:
ApexChartSubtitleSets the subtitle text.
Parameters
- text System.String
- Text to display.
Returns
The current ApexChartSubtitle instance.
Inherited Methods
Properties
public String SubTitleAlign { get; set; } #Gets or sets the subtitle alignment.
public Dictionary<String, String> Style { get; set; } #Gets the style dictionary applied to the subtitle.
public Boolean IsSet { get; } #JsonIgnoreGets a value indicating whether ApexChartSubtitle is set.
Value
true if this instance is set; otherwise, false.