IAnnotationPlacementStrategy
StockSharp.Xaml.Charting.StrategyManager
Defines the interface for methods which allows to place annotation
Métodos
IsInBounds(AnnotationCoordinates, IAnnotationCanvas) : bool
Checks whether coordinates are within canvas bounds
- coordinates
- annotationCanvas
MoveAnnotationTo(AnnotationCoordinates, double, double, IAnnotationCanvas)
Moves the annotation to a specific horizontal and vertical offset
- coordinates
- horizontalOffset
- verticalOffset
- annotationCanvas
PlaceAnnotation(AnnotationCoordinates)
Places annotation with specific annotation coordinates
- coordinates