HtmlForgeX

API Reference

Class

ApexRadarOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents radar chart specific options.

Inheritance

  • Object
  • ApexRadarOptions

Constructors

public ApexRadarOptions() #

Methods

public ApexRadarOptions ChartSize(Int32 size) #
Returns: ApexRadarOptions

Sets the chart size.

Parameters

size System.Int32 requiredposition: 0
public ApexRadarOptions Offset(Int32 x, Int32 y) #
Returns: ApexRadarOptions

Sets the offset.

Parameters

x System.Int32 requiredposition: 0
y System.Int32 requiredposition: 1
public ApexRadarOptions PolygonsFillColors(String[] colors) #
Returns: ApexRadarOptions

Sets the polygons fill colors.

Parameters

colors System.String[] requiredposition: 0
public ApexRadarOptions PolygonsStrokeColors(String color) #
Returns: ApexRadarOptions

Sets the polygons stroke colors.

Parameters

color System.String requiredposition: 0
public ApexRadarOptions PolygonsStrokeWidth(Int32 width) #
Returns: ApexRadarOptions

Sets the polygons stroke width.

Parameters

width System.Int32 requiredposition: 0

Properties

public Nullable<Int32> Size { get; set; } #
JsonPropertyName("size")

Gets or sets the size of the chart.

public Nullable<Int32> OffsetX { get; set; } #
JsonPropertyName("offsetX")

Gets or sets the offset X.

public Nullable<Int32> OffsetY { get; set; } #
JsonPropertyName("offsetY")

Gets or sets the offset Y.

public ApexPolygons Polygons { get; set; } #
JsonPropertyName("polygons")

Gets or sets the polygons configuration.