The PointStyleSelectEventArgs class contains event arguments for PointStyleSelectEventHandler.

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

Syntax

C#
public class PointStyleSelectEventArgs : EventArgs
Visual Basic
Public Class PointStyleSelectEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Win.C1Chart..::..PointStyleSelectEventArgs

See Also