API Reference
Class
ApexPolygons
Represents polygons configuration for radar chart.
Inheritance
- Object
- ApexPolygons
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 ApexRadarOptions.Polygons
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.