ActiveReports Developer 7
GrapeCity.ActiveReports.Chart Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Chart.v7 Assembly : GrapeCity.ActiveReports.Chart Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Chart namespace contains the chart classes.

Classes

 ClassDescription
ClassAxesCollection Represents a collection of axis.
ClassAxis Represents the axis of the chart.
ClassAxisBase Represents the set of properties of an axis.
ClassAxisScroll Represents the scroll bar on an axis.
ClassBackdropItem Represents the backdrop that acts as a separate item and handles mouse events.
ClassBorder Represents the information required to draw the borders of the graph.
ClassBorderSizes Describes the size of the border around the rectangular area.
ClassChartArea Specifies the properties of the chart area.
ClassChartAreasCollection Specifies the settings for the chart areas collection.
ClassCustomAxis Represents the properties of a custom axis.
ClassCustomDrawEventArgs Represents the properties of the custom draw event arguments for the chart.
ClassCustomProperties Represents the set of custom properties for the chart.
ClassDataPoint Represents the set of properties for a data point.
ClassDataPointsCollection Specifies the settings for the DataPoints collection.
ClassDoubleArray Represents the settings for the DoubleArray class.
ClassFontInfo Represents the settings for the FontInfo class.
ClassGraphMouseEventArgs Represents the properties of the mouse event arguments for the chart.
ClassGridLayout Represents the settings for the GridLayout object.
ClassHitTest Represents the properties of the HitTest object.
ClassKeyValuePair Represents the settings for the KeyValuePair object.
ClassLabelInfo Represents the settings for the LabelInfo class.
ClassLabelsCollection Specifies the settings for the labels collection.
ClassLegend Represents the settings for the Legend object.
ClassLegendItem Represents the settings for the LegendItem object.
ClassLegendItemsCollection Represents the settings for the LegendItemsCollection class.
ClassLegendsCollection Represents the settings for the LegendsCollection class.
ClassLight Represents the settings of the Light object.
ClassMarker Represents the settings for the Marker object.
ClassPlaneItem Represents the settings for the PlaneItem object used for the chart walls.
ClassProjection Represents the settings of the geometric Projection object.
ClassSeries Represents the settings for the Series object.
ClassSeriesCollection Represents the settings for the SeriesCollection class.
ClassSharpGraph Represents the settings for the SharpGraph object.
ClassTick Represents the settings of the Tick object.
ClassTitle Represents the settings for the Title object.
ClassTitlesCollection Represents the settings for the TitlesCollection object.
ClassWallRange Represents the settings of the WallRange object.
ClassWallRangesCollection

Represents the settings of the WallRangesCollection object.

ClassXmlDataProvider Provides access to XML data.

Interfaces

 InterfaceDescription
InterfaceIChartMemberNameProvider Provides a name for the chart member name provider.
InterfaceStandardProperties Represents standard properties on a series that are available for most graph types.

Structures

 StructureDescription
StructurePadding Padding class

Delegates

 DelegateDescription
DelegateCustomDrawEventHandler Represents the method that handles the CustomDraw event.
DelegateGraphMouseEventHandler Represents the method that handles the GraphMouse event.

Enumerations

 EnumerationDescription
EnumerationAlignment Specifies how the text item anchors to its position.
EnumerationArrowType Specifies the arrow type used for the axis line.
EnumerationAxisType Specifies the axis type.
EnumerationBarType Specifies the type of bars to use.
EnumerationBaseStyle Gets or sets a circular or square base drawing style for the 3D funnel chart or 3D pyramid chart.
EnumerationChartType

Specifies the ChartType used for the Series.

EnumerationColorPalette Specifies what color palette is used.
EnumerationDeviceModes Specifies the device drawing mode used to render the chart.
EnumerationDockType Specifies the docking area.
EnumerationFunnelStyle Specifies whether the Y value for the series points to the width or the height of the funnel. The default value is YIsHeight.
EnumerationLabelsPlacement Specifies whether the data point labels appear on the left or right side of the funnel or pyramid chart.
EnumerationLegendMode Specifies the mode used to render legend items.
EnumerationLightType Specifies the type of light source used.
EnumerationMarkerStyle Specifies the shape of the marker.
EnumerationStandardAxis Specifies which axis is the standard axis.
EnumerationStdLegendMarker Specifies the standard legend marker shape to use.
EnumerationUICommand Specifies the command to be used for the DoCommand method of the Chart control.
EnumerationUIOptions Specifies the user interface settings for the Chart control.

See Also