SharpPlot Tutorials > Style Examples > Flat Text for 3D labelling

Flat Text for 3D labelling

Forces all labels and captions on 3D charts to be drawn horizontally.


sp.CloudChartStyle = CloudChartStyles.FlatText;
sp.CaptionStyle = CaptionStyles.FlatText;
sp.LabelStyle = LabelStyles.FlatText;
sp.CloudChartStyle = CloudChartStyles.FlatText;

This is recommended for VML charts which handle rotated text very badly. It may be applied individually to labels or captions.

See also ...

SharpPlot Members | SharpPlot.CaptionStyle Property | SharpPlot.CloudChartStyle Property | SharpPlot.LabelStyle Property | SharpPlot.ResponsePlotStyle Property | SharpPlot.TowerChartStyle Property | SharpPlot.XAxisStyle Property


Send comments on this topic
© Dyalog Ltd 2021