Chart Class

 

Updated: February 25, 2016

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.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)


public ref class Chart sealed : DataRegion

NameDescription
System_CAPS_pubpropertyBookmark

Gets an expression that evaluates to a bookmark that can be linked to via a bookmark action.(Inherited from ReportItem.)

System_CAPS_pubpropertyBorderSkin

Gets the border skin of the entire chart image.

System_CAPS_pubpropertyCategories

Gets the number of categories in the chart (equals the number of leaf-members in the category hierarchy).

System_CAPS_pubpropertyCategoryHierarchy

Gets the category hierarchy.

System_CAPS_pubpropertyChartAreas

Gets the set of chart areas for the chart.

System_CAPS_pubpropertyChartData

Gets the data values for the chart.

System_CAPS_pubpropertyCustomPaletteColors

Gets the custom palette colors.

System_CAPS_pubpropertyCustomProperties

Gets the custom information to be handed to the report rendering component.(Inherited from ReportItem.)

System_CAPS_pubpropertyDataElementName

Gets the name to use for the data element/attribute for this report item.(Inherited from ReportItem.)

System_CAPS_pubpropertyDataElementOutput

Gets a value that indicates whether the item should appear in a data rendering.(Inherited from ReportItem.)

System_CAPS_pubpropertyDataSetName

Gets the data set to use for this data region.(Inherited from DataRegion.)

System_CAPS_pubpropertyDataValueSequenceRendering

Gets a value that indicates whether the data values should be named sequentially, such as "DataValue0", "DataValue1", and so on. By default, data values are named according to the type of the chart series. For example, data values for a stock chart series are named "High", "Low", "Open", and "Close".

System_CAPS_pubpropertyDefinitionPath

Gets the path to this report definition object in the report definition.(Inherited from ReportItem.)

System_CAPS_pubpropertyDocumentMapLabel

Gets an expression that evaluates to a label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching).(Inherited from ReportItem.)

System_CAPS_pubpropertyDynamicHeight

Gets an expression that evaluates to the height to which the chart should grow/shrink.

System_CAPS_pubpropertyDynamicWidth

Gets an expression that evaluates to the width to which the chart should grow/shrink.

System_CAPS_pubpropertyHeight

Gets the height of the item. (Inherited from ReportItem.)

System_CAPS_pubpropertyID

Gets the unique identifier for this report definition object.(Inherited from ReportItem.)

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.(Inherited from ReportItem.)

System_CAPS_pubpropertyLeft

Gets the distance of the item from the left of the containing object.(Inherited from ReportItem.)

System_CAPS_pubpropertyLegends

Gets the chart legends.

System_CAPS_pubpropertyLinkToChild

Gets the index of the report item that should be linked to, using the document map, instead of the current item.(Inherited from ReportItem.)

System_CAPS_pubpropertyName

Gets the descriptive name of the report item.(Inherited from ReportItem.)

System_CAPS_pubpropertyNoDataMessage

Gets the message that is displayed when the chart contains no data.

System_CAPS_pubpropertyNoRowsMessage

Gets the message to display in the data region when it contains no rows.(Inherited from DataRegion.)

System_CAPS_pubpropertyPageBreak

Gets the page break behavior for the data region.(Inherited from DataRegion.)

System_CAPS_pubpropertyPageName

Gets the page name.(Inherited from DataRegion.)

System_CAPS_pubpropertyPalette

Gets an expression that evaluates to the color palette for the chart items.

System_CAPS_pubpropertyPaletteHatchBehavior

Gets an expression that evaluates to a value that indicates whether hatching should be automatically applied to data points in the chart.

System_CAPS_pubpropertyParentDefinitionPath

Gets the path to report definition object's parent in the report definition.(Inherited from ReportElement.)

System_CAPS_pubpropertyRepeatedSibling

Gets a Boolean value that indicates whether this report item has a specified RepeatWith property.(Inherited from ReportItem.)

System_CAPS_pubpropertyRepeatWith

Gets the name of a data region that this report item should be repeated with if that data region spans multiple pages.(Inherited from ReportItem.)

System_CAPS_pubpropertySeries

Gets the number of series in the chart.

System_CAPS_pubpropertySeriesHierarchy

Gets the series hierarchy.

System_CAPS_pubpropertySpecialBorderHandling

Indicates whether the chart report item is using a special skin that overrides border settings.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.(Inherited from ReportItem.)

System_CAPS_pubpropertyTitles

Gets the chart titles.

System_CAPS_pubpropertyToolTip

Gets an expression that evaluates to a textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports.(Inherited from ReportItem.)

System_CAPS_pubpropertyTop

Gets the distance of the item from the top of the containing object.(Inherited from ReportItem.)

System_CAPS_pubpropertyVisibility

Gets the current visibility state of this report object.(Inherited from DataRegion.)

System_CAPS_pubpropertyWidth

Gets the width of the item. Negative sizes allowed only for lines.(Inherited from ReportItem.)

System_CAPS_pubpropertyZIndex

Gets the drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices). (Inherited from ReportItem.)

NameDescription
System_CAPS_pubmethodCreateCustomProperty()

Creates a new custom property and adds it to the custom properties collection of the report item. Used in custom report items.(Inherited from ReportItem.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRepeatSiblings()

Gets the indexes to the report items contained in the parent report item collection that should be repeated on the new page, if this data region spans multiple pages.(Inherited from DataRegion.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: