| ||
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 > Invisible axes Invisible axesAll axes are made invisible, but tickmarks, gridlines and labels are still drawn as usual. sp.XAxisStyle = XAxisStyles.InvisibleAxis; This style should be applied to individual axes rather than the entire chart. For Polar charts it only applies to the Y (radial) axis. See also ...SharpPlot Members | XAxisStyle Property | YAxisStyle Property |