Table of Contents

TTMSFNCChartInteractionOptions Class

Configures mouse and touch interaction behavior for the chart.

API unit family: TMSFNCChart Inherits from: TPersistent

Syntax

TTMSFNCChartInteractionOptions = class(TPersistent)

Properties

Name Description
Panning When True (default), the user can pan the chart by dragging after zooming.
ScaleMode Controls which axes respond to scaling gestures; default is smHorizontal.
ShowEditorTypes Set of editor types that can be shown when ShowEditors is True.
ShowEditors When True, design-time editor dialogs are accessible at runtime; default is False.

Methods

Name Description
Chart Returns the owning TTMSFNCChart instance. Returns the owning chart instance.