ActiveReports Developer 7
Series Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : Series Class

Glossary Item Box

The following tables list the members exposed by Series.

Public Constructors

 NameDescription
Public ConstructorSeries ConstructorInitializes a new instance of the Series class.  
Top

Public Properties

 NameDescription
Public PropertyAnnotationsReturns the collection of Annotations which is used with the Series.  
Public PropertyAxisXSets or returns the axis the Layer will be based on horizontally.  
Public PropertyAxisYSets or returns the axis the Layer will be based on vertically.  
Public PropertyBackdropGets or sets the backdrop information used to fill the Series.  
Public PropertyBorderLineGets or sets the line information used for the border line of the Series.  
Public PropertyChartAreaSets or returns the ChartArea for the Series.  
Public PropertyChartConfigReturns the ChartTypeConfig for the Series.  
Public PropertyColorPaletteGets or sets the color palette enumeration used for the series.  
Public PropertyDisplayInLegendGets or sets a value indicating whether the Series is displayed in the graph legend.  
Public PropertyLegendGets or sets the Legend object for the series.  
Public PropertyLegendItemsModeGets or sets the mode used to display legend items.  
Public PropertyLegendTextGets or sets the text that will be displayed for the series in the legend.  
Public PropertyLineGets or sets the line information used for the series.  
Public PropertyMarkerGets or sets the marker information used for the series.  
Public PropertyNameOverridden. Gets or sets the name of the series as a string.  
Public PropertyPointsGets a DataPointsCollection object.  
Public PropertyPropertiesGets or sets the CustomProperties settings for the series.  
Public PropertyTooltipGets or sets the tooltip text for the series.  
Public PropertyTypeGets or sets the chart type for the series.  
Public PropertyValueMembersYGets or sets the binding formula for the Y values in the series.  
Public PropertyValueMemberXGets or sets the binding formula for the X values in the series.  
Public PropertyVisibleSets or returns a value indicating whether the series is visible.  
Public PropertyZOrderGets or sets the Z position of the series on the chart.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Series object.  
Public MethodOnMouseHoverOverridden. Fires the MouseHover event.  
Public MethodOnMouseLeaveOverridden. Raises the MouseLeave event.  
Public MethodOnMouseMoveOverridden. Raises the MouseMove event.  
Top

See Also