| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > Tease Property SharpPlot.Tease PropertyThis property is designed to let you ‘tease out’ a 3rd dimension from a scatter-plot to show the effect of a category variable. public double Tease {get; set;} Examplesp.Tease = 6; This effectively adds a 3rd dimension to the normal 2-D scatter plot by pulling the categories apart in the X-direction. The ‘tease’ value is the distance in points to separate each category; the separated categories are teased symmetrically about each x-value. If you have a large number of categories, you will need to use a low value here to prevent adjacent groups merging into one another. See also ... |