API Reference
Class
ApexRadarOptions
Represents radar chart specific options.
Inheritance
- Object
- ApexRadarOptions
Constructors
public ApexRadarOptions() #Methods
public ApexRadarOptions ChartSize(Int32 size) #Returns:
ApexRadarOptionsSets the chart size.
Parameters
- size System.Int32
public ApexRadarOptions Offset(Int32 x, Int32 y) #Returns:
ApexRadarOptionsSets the offset.
Parameters
- x System.Int32
- y System.Int32
public ApexRadarOptions PolygonsFillColors(String[] colors) #Returns:
ApexRadarOptionsSets the polygons fill colors.
Parameters
- colors System.String[]
public ApexRadarOptions PolygonsStrokeColors(String color) #Returns:
ApexRadarOptionsSets the polygons stroke colors.
Parameters
- color System.String
public ApexRadarOptions PolygonsStrokeWidth(Int32 width) #Returns:
ApexRadarOptionsSets the polygons stroke width.
Parameters
- width System.Int32
Inherited Methods
Properties
public Nullable<Int32> Size { get; set; } #JsonPropertyName("size")Gets or sets the size of the chart.
public ApexPolygons Polygons { get; set; } #JsonPropertyName("polygons")Gets or sets the polygons configuration.