Home > @activeviam/activeui-sdk > ChartOverlayImplementationStaticProperties > canDisplay
ChartOverlayImplementationStaticProperties.canDisplay property
Whether the overlay can be displayed on the current chart. This is used to filter the overlays that can be added by the user through the UI.
Signature:
canDisplay: (canOverlayDisplayPayload: CanOverlayDisplayPayload) => boolean;