Interface IAnnotationFactory
Defines an annotation factory which creates IAnnotation of specified type which then will be placed in parentSurface
Namespace:
Assembly: .dll
Syntax
public interface IAnnotationFactory
Methods
createAnnotation(ISciChartSurface parentSurface, int annotationType)
Creates a new IAnnotation instance of specified type
Declaration
public abstract IAnnotation createAnnotation(ISciChartSurface parentSurface, int annotationType)
Parameters
| Type | Name | Description |
|---|---|---|
| ISciChartSurface | parentSurface | The parent surface for new annotation |
| int | annotationType | The annotation type |
Returns
| Type | Description |
|---|---|
| IAnnotation | The new annotation |