HtmlForgeX

API Reference

Class

ApexPolygons

Namespace HtmlForgeX
Assembly HtmlForgeX

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

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.