ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartDataPoint Class
Properties Methods

In This Topic
    ChartDataPoint Class Members
    In This Topic

    The following tables list the members exposed by ChartDataPoint.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartDataPointValues class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ChartDataPoint.ActionInfo object defining actions associated with this data point.  
    Public PropertyGets or sets the label to use on the axis for the data point.  
    Public PropertyGets the ChartDataPointCustomProperties object defining custom properties for the data point.  
    Public PropertyGets or sets the name to use for the data element for this member. Must be a CLS-compliant identifier.  
    Public PropertyGets or sets a value indicating whether the member should appear in a data rendering.  
    Public PropertyGets the ChartItemInLegend defining how the data point appears when displayed in a legend (when Series.Type = Shape).  
    Public PropertyGets the ChartDataLabel object defining data labels.  
    Public PropertyGets the ChartMarker object defining appearance of the data point marker.  
    Public PropertyGets the ChartDataPoints collection containing this object.  
    Public PropertyGets the ChartDataPoint.Style object defining style properties for the data point.  
    Public PropertyGets or sets the tooltip to display for the data point.  
    Public PropertyGets the ChartDataPointValues object defining data values for the point.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartDataPoint to the current object.  
    Top
    See Also