API Reference
Class
ApexPolygons
Represents polygons configuration for radar chart.
Inheritance
- Object
- ApexPolygons
Constructors
public ApexPolygons() #Inherited Methods
Properties
public String StrokeColors { get; set; } #JsonPropertyName("strokeColors")Gets or sets the stroke colors.
public Nullable<Int32> StrokeWidth { get; set; } #JsonPropertyName("strokeWidth")Gets or sets the stroke width.
public ApexPolygonsFill Fill { get; set; } #JsonPropertyName("fill")Gets or sets the fill configuration.