FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / SeriesBase Class
Fields Properties Methods


In This Topic
    SeriesBase Class Members
    In This Topic

    The following tables list the members exposed by SeriesBase.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Protected Fields
     NameDescription
    Protected FieldX-axis.  
    Protected FieldY-axis.  
    Protected FieldBinding property name.  
    Protected FieldX-binding property name.  
    Protected FieldItems source.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the series chart type.  
    Public PropertyGets or sets the legend group title in which the series should be included.  
    Public PropertyGets or sets the series display name.  
    Public PropertyGets or sets the group index for series, only effect in bar and column chart type.  
    Public PropertyGets or sets the shape of marker to use for each data point in the series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyGets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.  
    Public PropertyGets or sets the series visibility.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyWhether the custom symbol rendering is used.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the data type.  
    Public MethodGets the data values.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the chart type.  
    Protected MethodGets series bounding rectangle in data coordinates.  
    Protected MethodGets the data item.  
    Protected MethodGets the style by name.  
    Protected MethodInvalidates series.  
    Protected MethodCalled after series was rendered.  
    Protected MethodCalled when series is rendering.  
    Protected MethodCalled after symbol was rendered.  
    Protected MethodCalled when symbol is rendering.  
    Protected MethodCalled when visibility changes.  
    Protected MethodSets the series style.  
    Top
    See Also