Angara.Chart


TitlesFactory

Namespace: Angara.Charting.CSharp

Static members

Static memberDescription
Area(xTitle, y1Title, y2Title)
Signature: (xTitle:string * y1Title:string * y2Title:string) -> AreaTitles
Allows to set titles for band chart axes
HeatMap(xTitle, yTitle, valueTitle)
Signature: (xTitle:string * yTitle:string * valueTitle:string) -> HeatmapTitles
Allows to set titles for heatmap chart axes
Line(xTitle, yTitle)
Signature: (xTitle:string * yTitle:string) -> LineTitles
Allows to set titles for line chart axes
Markers(xTitle, yTitle, color, size)
Signature: (xTitle:string * yTitle:string * color:string * size:string) -> MarkersTitles
Fork me on GitHub