API Reference
Class
ApexStrokeOptions
Represents stroke configuration options for ApexCharts.
Inheritance
- Object
- ApexStrokeOptions
Constructors
public ApexStrokeOptions() #Methods
public ApexStrokeOptions SetColors(params String[] colors) #Returns:
ApexStrokeOptionsSets the stroke colors.
Parameters
- colors System.String[]
public ApexStrokeOptions SetCurve(ApexCurve curve) #Returns:
ApexStrokeOptionsSets the curve type.
Parameters
- curve HtmlForgeX.ApexCurve
public ApexStrokeOptions SetDashArray(Object dashArray) #Returns:
ApexStrokeOptionsSets the dash array (single value or array).
Parameters
- dashArray System.Object
public ApexStrokeOptions SetLineCap(ApexLineCap lineCap) #Returns:
ApexStrokeOptionsSets the line cap.
Parameters
- lineCap HtmlForgeX.ApexLineCap
public ApexStrokeOptions SetWidth(Object width) #Returns:
ApexStrokeOptionsSets the stroke width (single value or array).
Parameters
- width System.Object
public ApexStrokeOptions ShowStroke(Boolean show) #Returns:
ApexStrokeOptionsShows or hides the stroke.
Parameters
- show System.Boolean
Inherited Methods
Properties
public Nullable<Boolean> Show { get; set; } #JsonPropertyName("show")Gets or sets whether to show stroke.
public Nullable<ApexCurve> Curve { get; set; } #JsonPropertyName("curve") JsonConverter(typeof(ApexEnumConverter<ApexCurve>))Gets or sets the curve type.
public Nullable<ApexLineCap> LineCap { get; set; } #JsonPropertyName("lineCap") JsonConverter(typeof(ApexEnumConverter<ApexLineCap>))Gets or sets the line cap.