ActiveReports.Chart Request technical support
Series Class Members
See Also  Properties  Methods  Events


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 PropertyAntiAliasModeFor internal use only. (Inherited from DrawCustomizableItem)
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 PropertyContextMenuFor internal use only. (Inherited from MouseEnabledItem)
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 MethodDisposeFor internal use only. (Inherited from MouseEnabledComponent)
Public MethodInternalGetParentsFor internal use only. (Inherited from Item)
Public MethodOnMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseHoverOverridden.   
Public MethodOnMouseLeaveOverridden. Raises the MouseLeave event.  
Public MethodOnMouseMoveOverridden. Raises the MouseMove event.  
Public MethodOnMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public MethodOnMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Public MethodShouldSerializePointsFor internal use only.  
Public MethodToStringFor internal use only. (Inherited from MouseEnabledComponent)
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from Item)
Public EventDisposedFor internal use only. (Inherited from MouseEnabledComponent)
Public EventMouseDownFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseEnterFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseHoverFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseLeaveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseMoveFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseUpFor internal use only. (Inherited from MouseEnabledItem)
Public EventMouseWheelFor internal use only. (Inherited from MouseEnabledItem)
Public EventPostDrawFor internal use only. (Inherited from DrawCustomizableItem)
Public EventPreDrawFor internal use only. (Inherited from DrawCustomizableItem)
Top

See Also