|
SharpPlot Reference > SharpPlot Properties > TriangleStyle Property SharpPlot.TriangleStyle Property
Set Triangle chart style to any combination of flags.
public TriangletStyles TriangleStyle {get; set;}
Example
sp.TriangleStyle = TriangleStyles.Markers+TriangleStyles.Labelled;
Options
| Curves | Points are joined with smooth curves rather than straight lines | | Filled | Lines are completed back to the start and shaded inside the region created | | GridLines | Draw gridlines (all axes) | | HaloMarkers | Halo all markers (improves 3D effect on Cloud charts) | | Labelled | Triangle plot is drawn with labelled sides | | Lines | Datapoints are connected with lines | | Markers | Markers are drawn at data points | | Percentage | Triangle plots are labelled in the range 0-100 | | RedrawOutline | Chart outline is redrawn over filled areas | | SideCaptions | Triangle captions are moved to the sides | | ValueTags | Value tags are written for data items |
Send comments on this topic © Dyalog Ltd 2021
|