Angara.Chart


PlotFactory

Namespace: Angara.Charting.CSharp

Static members

Static memberDescription
Area(...)
Signature: (seriesX:float [] * seriesY1:float [] * seriesY2:float [] * fill:string * displayName:string * titles:AreaTitles) -> PlotInfo
Heatmap(...)
Signature: (x:float [] * y:float [] * values:HeatmapValues * colorPalette:string * treatAs:HeatmapTreatAs * displayName:string * titles:HeatmapTitles) -> PlotInfo
Line(...)
Signature: (seriesX:float [] * seriesY:float [] * stroke:string * thickness:Nullable<float> * treatAs:LineTreatAs * fill68:string * fill95:string * displayName:string * titles:LineTitles) -> PlotInfo
Line(...)
Signature: (x:LineX * y:LineY * stroke:string * thickness:Nullable<float> * treatAs:LineTreatAs * fill68:string * fill95:string * displayName:string * titles:LineTitles) -> PlotInfo
Markers(...)
Signature: (seriesX:float [] * seriesY:float [] * color:MarkersColor * colorPalette:string * size:MarkersSize * sizePalette:MarkersSizePalette * shape:MarkersShape * borderColor:string * displayName:string * titles:MarkersTitles) -> PlotInfo
Displays data as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.
Markers(...)
Signature: (seriesX:float [] * seriesY:QuantileArray * color:MarkersColor * colorPalette:string * size:MarkersSize * sizePalette:MarkersSizePalette * shape:MarkersShape * borderColor:string * displayName:string * titles:MarkersTitles) -> PlotInfo
Displays data as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis. QuantileArray for seriesY produces a box-and-whiskers plot.
Fork me on GitHub