Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataPointValues Class
Properties Methods


In This Topic
    ChartDataPointValues Class Members
    In This Topic

    The following tables list the members exposed by ChartDataPointValues.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ChartDataPointValues class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the end/close value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot.  
    Public PropertyGets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y.  
    Public PropertyGets or sets the high value for the data point. Mandatory in series with Type = Range. May be omitted if Y is specified. If so, it defaults to Y.  
    Public PropertyGets or sets the mean value for the data point. Optional in series with Type = Range with SubType = BoxPlot.  
    Public PropertyGets or sets the median value for the data point. Optional in series with Type = Range with SubType = BoxPlot.  
    Public PropertyGets or sets the size value for the data point. Optional in series with Type = Scatter with Subtype = Bubble.  
    Public PropertyGets or sets the start/open value for the data point. Optional in series with Type = Range with SubType = Stock, Candlestick or BoxPlot.  
    Public PropertyGets or sets the X value for the data point. Mandatory in series with Type = Scatter.  
    Public PropertyGets or sets the Y value for the data point. Mandatory in series with Type not equal to Range, and with Type equal to Range with Subtype = ErrorBar.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another ChartDataPointValues to the current object.  
    Top
    See Also