Partager via


Membres Chart

Represents a set of chart areas to be drawn as a single data visualization data region. The chart is defined much like a tablix, but instead of columns, rows, and cells, the chart has categories, series, and data points.

Le type Chart expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Chart() () () () Creates a new instance of the Chart class.
Méthode publique Chart(IPropertyStore) Creates a new instance of the Chart class.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (Hérité de ReportObject.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Hérité de ReportObject.)
Méthode publique GetContainingDataScopes The containing data scopes. (Hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (Hérité de ReportObject.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique Initialize Initializes an instance of the Chart class. (Se substitue à DataRegion. . :: . .Initialize() () () ().)
Méthode protégée InitializeForDesigner Infrastructure. (Hérité de ReportItem.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (Hérité de ReportObject.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée WrapPropertyStore Infrastructure. (Hérité de ReportObject.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ActionInfo Actions that are associated with the ReportItem (Hérité de ReportItem.)
Propriété publique AllGroups Infrastructure. (Se substitue à DataRegion. . :: . .AllGroups.)
Propriété publique Bookmark A bookmark that can be linked to by using a Bookmark action. (Hérité de ReportItem.)
Propriété publique ChartAnnotations Infrastructure. Gets the list of chart annotations.
Propriété publique ChartAreas Gets the set of chart areas for the chart.
Propriété publique ChartBorderSkin Defines a border skin for the chart.
Propriété publique ChartCategoryHierarchy The hierarchy of category members for the chart.
Propriété publique ChartCodeParameters Infrastructure. Gets the list of code parameters.
Propriété publique ChartCustomPaletteColors Gets the list of colors in the custom palette.
Propriété publique ChartData Gets the data values for the chart.
Propriété publique ChartLegends Defines the set of legends for the chart.
Propriété publique ChartNoDataMessage Title to display if the chart contains no data.
Propriété publique ChartSeriesHierarchy The hierarchy of series members for the chart.
Propriété publique ChartTitles Defines the set of titles for the chart.
Propriété publique ContainedReportItems Infrastructure. (Hérité de ReportItem.)
Propriété publique CustomProperties Custom information to be handed to the report rendering component. (Hérité de ReportItem.)
Propriété publique DataElementName The name to use for the data element/attribute for this report item. (Hérité de ReportItem.)
Propriété publique DataElementOutput Indicates whether the item should appear in a data rendering. (Hérité de ReportItem.)
Propriété publique DataSetName Indicates which data set to use for this data region. (Hérité de DataRegion.)
Propriété publique DocumentMapLabel A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Hérité de ReportItem.)
Propriété publique DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property. (Hérité de ReportItem.)
Propriété publique DynamicHeight Gets the height to which the chart should grow or shrink.
Propriété publique DynamicWidth Gets the width to which the chart should grow or shrink.
Propriété publique Filters Filters to apply to each row of data in the data region. (Hérité de DataRegion.)
Propriété publique Height Height of the item. (Hérité de ReportItem.)
Propriété publique KeepTogether Indicates whether all sections of the data region are kept together on one page, if possible. (Hérité de DataRegion.)
Propriété publique Left The distance of the item from the left of the containing object (Hérité de ReportItem.)
Propriété publique Name The name of the report item. (Hérité de ReportItem.)
Propriété publique NoRowsMessage Message to display in the data region when it contains no rows. (Hérité de DataRegion.)
Propriété publique PageBreak Defines the page break behavior for the data region (Hérité de DataRegion.)
Propriété publique Palette Gets the color palette for the chart items.
Propriété publique PaletteHatchBehavior Gets a value that indicates whether hatching should be automatically applied to data points in the chart.
Propriété publique Parent The parent of this report object. (Hérité de ReportObjectBase.)
Propriété publique PropertyStore The property store. (Hérité de ReportObjectBase.)
Propriété publique RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Hérité de ReportItem.)
Propriété publique Site Infrastructure. (Hérité de ReportObject.)
Propriété publique SortExpressions The expressions by which to sort the rows of data in the data region. (Hérité de DataRegion.)
Propriété publique Style Gets the style properties of this report definition object. (Hérité de ReportElement.)
Propriété publique ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Hérité de ReportItem.)
Propriété publique ToolTipLocID The unique identifier for the ToolTip property. (Hérité de ReportItem.)
Propriété publique Top The distance of the item from the top of the containing object (Hérité de ReportItem.)
Propriété publique Visibility Gets the current visibility state of this report object. (Hérité de ReportItem.)
Propriété publique Width Width of the item. Negative sizes allowed only for lines. (Hérité de ReportItem.)
Propriété publique ZIndex Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. (Hérité de ReportItem.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (Hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (Hérité de ReportObject.)
Implémentation d'interface explicitePropriété privée IDataScope. . :: . .Group (Hérité de DataRegion.)
Implémentation d'interface expliciteMéthode privée IDataScopeService. . :: . .GetDataScopesFor (Hérité de DataRegion.)

Haut de la page