Interface IAxisModifierSurface
Defines the interface to the Axis Modifier Surface that IChartModifier instances interact with
Implements
Namespace:
Assembly: .dll
Syntax
public interface IAxisModifierSurface extends IAnnotationSurface
Methods
init(IAxis parentAxis)
Initializes this surface with parent IAxis instance
Declaration
public abstract void init(IAxis parentAxis)
Parameters
Type | Name | Description |
---|---|---|
IAxis | parentAxis | The parent axis |