Represents custom attributes of a ChartDataPoint object.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class ChartDataPointCustomProperties : ChartCustomProperties
Visual Basic
Public Class ChartDataPointCustomProperties _
	Inherits ChartCustomProperties

Inheritance Hierarchy

System..::..Object
  C1.C1Rdl.Rdl2008..::..CustomProperties
    C1.C1Rdl.Rdl2008..::..ChartCustomProperties
      C1.C1Rdl.Rdl2008..::..ChartDataPointCustomProperties

See Also