ActiveReports 8
ChartControl Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ChartControl Class

Glossary Item Box

The following tables list the members exposed by ChartControl.

Public Constructors

 NameDescription
Public ConstructorChartControl ConstructorInitializes a new instance of the ChartControl class.  
Top

Public Properties

 NameDescription
Public PropertyAutoRefreshGets or sets a value indicating whether the chart will be automatically refreshed (redrawn) for every property change.  
Public PropertyBackdropGets or sets the BackdropItem used for the background of the chart control.  
Public PropertyBlackAndWhiteModeGets or sets a value indicating whether the chart will be drawn in black and white using hatch patterns and line dashing to designate colors.  
Public PropertyBorderGets a border object that defines the border style for each edge of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyBoundsSets or returns a rectangle that defines the location and size of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyChartAreasA collection of ChartArea objects drawn in the chart control.  
Public PropertyChartBorderGets or sets the border used to draw around the chart.  
Public PropertyColorPaletteGets or sets the color palette enumeration used for the series.  
Public PropertyCultureGets or sets the culture for the chart control.  
Public PropertyDataSourceGets or sets the global data source for the chart.  
Public PropertyGridLayoutGets or sets the GridLayout object for the chart.  
Public PropertyHeightGets or sets the height of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyImageTypeSets or returns the type of image to which the chart will be rendered on the report.   
Public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control.  
Public PropertyLeft

Gets or sets the left position of the control in inches.

(Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyLegendsGets or sets the legend object for the chart control.  
Public PropertyLocationGets or sets the location of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyNameGets or sets the name of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyParentGets a reference to the parent section of the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyRightToLeftGets or sets a value indicating whether the control's elements are aligned to support locales using right-to-left fonts.  
Public PropertySeriesGets the series collection for the chart object.  
Public PropertySizeGets or sets the size of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyTagGets or sets user-defined information to be persisted with the control. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyTitlesGets the titles collection for the SharpGraph object.  
Public PropertyTopGets or sets, in inches, the top position of the control relative to the section that contains it. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyUIOptionsGets or sets specific user interface features for the chart.  
Public PropertyVisibleSets or returns a value indicating whether the control will be printed. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public PropertyWidthGets or sets the width of the control in inches. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Top

Public Methods

 NameDescription
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public MethodDisposeReleases the control instance from memory.  
Public MethodLoadReconstructs a chart object from the specified file.  
Public MethodRestartResets the chart data source and restarts chart processing.  
Public MethodSaveCreates an XML encoding of the chart object and its current state (without data).  
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Public MethodSetBoundsSets the bounds of the control to the specified rectangle. (Inherited from GrapeCity.ActiveReports.SectionReportModel.ARControl)
Top

Public Events

 NameDescription
Public EventDataSourceChangedRaised when the data source of the chart changes.  
Top

See Also