| Contents > Glossaries > Style examples | Index |
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 | CaptionStyle | CloudChartStyle | LabelStyle | ResponsePlotStyle | TowerChartStyle | XAxisStyle
