| ||
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 > Markers are scaled to radius Markers are scaled to radiusBubblecharts normally scale so that the marker area is proportional to the data values. This style sets the marker radius in proportion to the data. sp.BubbleChartStyle = BubbleChartStyles.RadialScaling; This style would be correct for unfilled markers such as Lozenge or Ring. See also ... |