| ||
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 > ClockFace scaling is used on Polar charts ClockFace scaling is used on Polar chartsThis style will force the polar chart to treat all x-values as times from 0:00 to 23:11. This applies to data and to tickmark settings, so that the example can be drawn with an XTick setting of (4,3) here. sp.PolarChartStyle = PolarChartStyles.ClockFace; Values above 24 are accepted, and simply wrap around. See also ...SharpPlot Members | PolarChartStyle Property |