| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Flat text for 3D labelling Flat text for 3D labellingForces 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 |