HtmlForgeX

API Reference

Class

GlobeArc

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Fluent arc builder for GlobeGl.

Inheritance

  • Object
  • GlobeArc

Methods

public GlobeArc Altitude(Double altitude) #
Returns: GlobeArc

Sets arc altitude (0-1 typical range).

Parameters

altitude System.Double requiredposition: 0
Color 2 overloads
public GlobeArc Color(RGBColor color) #
Returns: GlobeArc

Sets arc color using a Tabler color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
Color(HtmlForgeX.RGBColor color) #

Sets arc color using an RGB color.

Parameters

color HtmlForgeX.RGBColor required
public GlobeArc ColorHex(String colorHex) #
Returns: GlobeArc
EditorBrowsable(2)

Sets arc color using a custom hex value.

Parameters

colorHex System.String requiredposition: 0
public GlobeArc Dash(Double dashLength = 0.4, Double dashGap = 0.2, Int32 animateTimeMs = 4000, Double initialGap = 0) #
Returns: GlobeArc

Enables dashed arc rendering.

Parameters

dashLength System.Double = 0.4 optionalposition: 0
dashGap System.Double = 0.2 optionalposition: 1
animateTimeMs System.Int32 = 4000 optionalposition: 2
initialGap System.Double = 0 optionalposition: 3
public GlobeGl End() #
Returns: GlobeGl

Return to root.

public GlobeArc Label(String label) #
Returns: GlobeArc

Sets arc label (used for tooltips if enabled later).

Parameters

label System.String requiredposition: 0
public GlobeArc Stroke(Double stroke) #
Returns: GlobeArc

Sets arc stroke width.

Parameters

stroke System.Double requiredposition: 0