Contains all properties that control the automated interactive features of the chart, including mouse driven rotation, scaling, translating and zooming.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Interaction
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Interaction

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..Interaction

See Also