property ChartView.AcceptFiles as Boolean
Specifies whether the control accepts drag-and-drop files.

TypeDescription
Boolean A Boolean expression that specifies whether the control accepts files by drag and drop.
By default, the AcceptFiles property is False. If the AcceptFiles property is True, the control fires the DropFile event once the user drags a file over a node.