## S3 method for class 'ChartCursor':
initialize(.Object, animationDuration = 0.3,
oneBalloonOnly, valueLineAxis, ...)chartCursor(animationDuration = 0.3, oneBalloonOnly, valueLineAxis, ...)
setOneBalloonOnly(.Object, oneBalloonOnly)
## S3 method for class 'ChartCursor,logical':
setOneBalloonOnly(.Object, oneBalloonOnly)
setValueLineAxis(.Object, valueLineAxis = NULL, ...)
## S3 method for class 'ChartCursor':
setValueLineAxis(.Object, valueLineAxis = NULL, ...)
logical
.
If this is set to TRUE, border color instead of background color will be changed when
user rolls-over the slice, graph, etc.list
.
Properties of Axis of value line. If you set valueLineBalloonEnabled to true,
but you have more than one axis, you can use this property
to indicate which axis should display balloon.chartCursor
:new("ChartCursor", oneBalloonOnly = TRUE)
chartCursor()
chartCursor(oneBalloonOnly = TRUE)
setOneBalloonOnly(.Object = chartCursor(), oneBalloonOnly = TRUE)
setValueLineAxis(.Object = chartCursor(), title = "Hello !", axisTitleOffset = 12)
Run the code above in your browser using DataLab