Generates a Ternary Scatter chart in code. The TernaryScatterRenderableSeries can be used to render an XyzDataSeries. The scatter chart uses the PointMarker API to define the […]
Generates a Ternary Polygon chart in code. The TernaryPolygonRenderableSeries can be used to render an XyzDataSeries. Polygons are rendered using the Stroke (outline) and Fill (fill). […]
The TernaryErrorBarRenderableSeries requires an XyzDataSeries as data source, wich contains X-point, Y-point and Z-point. This includes HighError and LowError for each series entry. In this example […]