HtmlForgeX

API Reference

Class

ApexPolygons

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents polygons configuration for radar chart.

Inheritance

  • Object
  • ApexPolygons

Constructors

public ApexPolygons() #

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.