public class ChartAnnotationLabelUpdateContext extends Object
ChartAnnotation
.Modifier and Type | Field and Description |
---|---|
RadRect |
layoutSlot
An instance of the
RadRect class representing the bounding rectangle of the annotation. |
RadPoint |
location
An instance of the
RadPoint class representing the location of the annotation. |
Constructor and Description |
---|
ChartAnnotationLabelUpdateContext(RadPoint location)
Creates an instance of the
ChartAnnotationLabelUpdateContext
class with the specified location. |
ChartAnnotationLabelUpdateContext(RadRect layoutSlot)
Creates an instance of the
ChartAnnotationLabelUpdateContext
class with the specified bounds. |
public RadPoint location
RadPoint
class representing the location of the annotation.public ChartAnnotationLabelUpdateContext(RadPoint location)
ChartAnnotationLabelUpdateContext
class with the specified location.location
- a RadPoint
instance representing the location of the annotation.public ChartAnnotationLabelUpdateContext(RadRect layoutSlot)
ChartAnnotationLabelUpdateContext
class with the specified bounds.layoutSlot
- a RadRect
instance representing the layout slot for the annotation.