public class SphericalDataPointIndicatorRenderer extends DataPointIndicatorRenderer
POINT_INDICATOR_COLOR_PROPERTY_KEY, POINT_INDICATOR_STROKE_COLOR_PROPERTY_KEY, POINT_INDICATOR_STROKE_WIDTH_PROPERTY_KEY
Constructor and Description |
---|
SphericalDataPointIndicatorRenderer(ChartSeries owner)
Creates a new instance of the
SphericalDataPointIndicatorRenderer class. |
Modifier and Type | Method and Description |
---|---|
float |
getPointerIndicatorRadius()
Gets the radius of the indicator.
|
void |
setPointerIndicatorRadius(float radius)
Sets the radius of the indicator.
|
addDataPointLocation, addDataPointLocation, applyPalette, clearDataPointLocations, drawDataPointIndicators, getPointIndicatorColor, getPointIndicatorStrokeColor, getPointIndicatorStrokeWidth, invalidatePalette, setPointIndicatorColor, setPointIndicatorStrokeColor, setPointIndicatorStrokeWidth
getValue, resetPropertyValue, setValue, setValue
public SphericalDataPointIndicatorRenderer(ChartSeries owner)
SphericalDataPointIndicatorRenderer
class.owner
- the series that own the indicator.