ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class
Properties Methods

In This Topic
    Series Class Members
    In This Topic

    The following tables list the members exposed by Series.

    Public Constructors
     NameDescription
    Public ConstructorCreates default series  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns the collection of Annotations which is used with the Series.  
    Public PropertySets or returns the axis the Layer will be based on horizontally.  
    Public PropertySets or returns the axis the Layer will be based on vertically.  
    Public PropertyGets or sets the backdrop information used to fill the Series.  
    Public PropertyGets or sets the line information used for the border line of the Series.  
    Public PropertySets or returns the ChartArea for the Series.  
    Public PropertyReturns the ChartTypeConfig for the Series.  
    Public PropertyGets or sets the color palette enumeration used for the series.  
    Public PropertyGets or sets a value indicating whether the Series is displayed in the graph legend.  
    Public PropertyGets or sets the Legend object for the series.  
    Public PropertyGets or sets the mode used to display legend items.  
    Public PropertyGets or sets the text that will be displayed for the series in the legend.  
    Public PropertyGets or sets the line information used for the series.  
    Public PropertyGets or sets the marker information used for the series.  
    Public PropertyOverridden. Gets or sets the name of the series as a string.  
    Public PropertyGets a DataPointsCollection object.  
    Public PropertyGets or sets the CustomProperties settings for the series.  
    Public PropertyGets or sets the tooltip text for the series.  
    Public PropertyGets or sets the chart type for the series.  
    Public PropertyGets or sets the binding formula for the Y values in the series.  
    Public PropertyGets or sets the binding formula for the X values in the series.  
    Public PropertySets or returns a value indicating whether the series is visible.  
    Public PropertyGets or sets the Z position of the series on the chart.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a clone of the Series object.  
    Public MethodOverridden. Fires the MouseHover event.  
    Public MethodOverridden. Raises the MouseLeave event.  
    Public MethodOverridden. Raises the MouseMove event.  
    Top
    See Also