ChartLegendColumn Class
Updated: February 25, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a chart legend column.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendColumn
| Name | Description | |
|---|---|---|
![]() | ActionInfo | Gets the actions and the action style associated with the chart legend column. |
![]() | ColumnType | Gets the column type of this legend column. |
![]() | FieldsUsedInValueExpression | Gets a list of strings that corresponds to the fields used in value expression. |
![]() | Header | Gets an expression that evaluates to the chart legend column header. |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | MaximumWidth | Gets an expression that evaluates to the maximum width of the chart legend column. |
![]() | MinimumWidth | Gets an expression that evaluates to the minimum width of the chart legend column. |
![]() | SeriesSymbolHeight | Gets an expression that evaluates to the symbol height for each data series. |
![]() | SeriesSymbolWidth | Gets an expression that evaluates to the symbol width for each data series. |
![]() | Style | Gets the style properties of this report definition object. |
![]() | ToolTip | Gets an expression that evaluates to the tool tip to display for the chart legend column. |
![]() | UniqueName | Gets the unique identifier for this report definition object. |
![]() | Value | Gets an expression that evaluates to the value of the chart legend column. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

