The ChartEventArgs class provides data for all events that occur with charts. These are the TextControl.ChartCreated, TextControl.ChartDeleted, TextControl.ChartClicked, TextControl.ChartDoubleClicked, TextControl.ChartRightClicked, TextControl.ChartMoved TextControl.ChartSelected, TextControl.ChartDeselected and TextControl.ChartSized events.

Syntax

public class ChartEventArgs: EventArgs
Public Class ChartEventArgs
  Inherits EventArgs

Introduced: X8.

Properties

Property Description
ChartFrame Gets an object that represents the chart which causes the event.