Angara.Chart


Titles

Namespace: Angara.Charting

Constructors

ConstructorDescription
new()
Signature: unit -> Titles

CompiledName: .ctor

Static members

Static memberDescription
area(x_title, y1_title, y2_title)
Signature: (x_title:string option * y1_title:string option * y2_title:string option) -> AreaTitles

Allows to set titles for band chart axes

heatmap(x_title, y_title, value_title)
Signature: (x_title:string option * y_title:string option * value_title:string option) -> HeatmapTitles

Allows to set titles for heatmap chart axes

line(x_title, y_title)
Signature: (x_title:string option * y_title:string option) -> LineTitles

Allows to set titles for line chart axes

markers(x_title, y_title, color, size)
Signature: (x_title:string option * y_title:string option * color:string option * size:string option) -> MarkersTitles
Fork me on GitHub