| ||
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 > Inside Ticks Inside TicksAxis is drawn with positive (inward-pointing) ticks. This is typically used with duplicate X or Y axes or a framed chart. sp.XTickStyle = XTickStyles.InsideTicks; This style is always applied to the tickmarks on individual axes, rather than the chart as a whole. See also ...SharpPlot Members | ITickStyle Property | XTickStyle Property | YTickStyle Property |