API Reference
Class
ApexFillOptions
Represents fill configuration options for ApexCharts.
Inheritance
- Object
- ApexFillOptions
Constructors
public ApexFillOptions() #Methods
public ApexFillOptions SetColors(params String[] colors) #Returns:
ApexFillOptionsSets the fill colors.
Parameters
- colors System.String[]
public ApexFillOptions SetGradient(Action<ApexGradient> configure) #Returns:
ApexFillOptionsConfigures the gradient.
Parameters
- configure System.Action{HtmlForgeX.ApexGradient}
public ApexFillOptions SetOpacity(Object opacity) #Returns:
ApexFillOptionsSets the opacity (single value or array).
Parameters
- opacity System.Object
public ApexFillOptions SetPattern(Action<ApexPattern> configure) #Returns:
ApexFillOptionsConfigures the pattern.
Parameters
- configure System.Action{HtmlForgeX.ApexPattern}
Inherited Methods
Properties
public ApexGradient Gradient { get; set; } #JsonPropertyName("gradient")Gets or sets the gradient configuration.
public ApexPattern Pattern { get; set; } #JsonPropertyName("pattern")Gets or sets the pattern configuration.