2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class
Properties Methods Events

In This Topic
    ChartDataSeries Class Members
    In This Topic

    The following tables list the members exposed by ChartDataSeries.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the X values of the series are automatically set to their index value.  
    Public PropertyGets the data label object.  
    Public PropertyGets or sets the display of the series.  
    Public PropertyGets or sets the fill style of the data series.  
    Public PropertyGets or sets the curve fit type.  
    Public PropertyGets the chart group.  
    Public Property  
    Public PropertyGets or sets the series label.  
    Public PropertyGets or sets whether the series label appears in the legend.  
    Public PropertyGets the number of data points in the series.  
    Public PropertyGets or sets the line style of the series, including color, thickness and pattern.  
    Public PropertyReturns the maximum X value of the series data.  
    Public PropertyReturns the maximum Y value of the series data.  
    Public PropertyReturns the minimum X value of the series point data array.  
    Public PropertyReturns the minimum Y value of the series point data array.  
    Public PropertyGets or sets the series offset for appropriate charts.  
    Public PropertyGets or sets the plot filter value which optimizes plotting large data arrays. The plot filter value represents the minimal distance from the previous data point in pixels. If distance is less than PlotFilter the point is not plotted. Only for XY-plot.  
    Public PropertyGets or sets the plot filter method. This property specifies method of optimization when plotting large data arrays. Only for XY-plot.  
    Public PropertyGets the ChartDataArray object that manages point data (combined X and Y data).  
    Public PropertyGets or sets the symbol style of the series, including color, size and shape.  
    Public PropertyGets or sets the Tag property which allows association of user data with the ChartDataSeries.  
    Public PropertyGets or sets the tooltip text.  
    Public PropertyGets or sets the legend tooltip text.  
    Public PropertyGets the ChartDataArray object that manages X data.  
    Public PropertyGets the ChartDataArray object that manages Y data.  
    Public PropertyGets the ChartDataArray object that manages Y1 data.  
    Public PropertyGets the ChartDataArray object that manages Y2 data.  
    Public PropertyGets the ChartDataArray object that manages Y3 data.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new series that is a copy of the current series without data.  
    Public Method  
    Public MethodReturns true whenever the passed value will be interpreted as a data hole.  
    Public Method  
    Top
    Public Events
     NameDescription
    Public Event  
    Public EventOccurs when series is drawing.  
    Public EventOccurs after the series was drawn.  
    Top
    See Also