ChartLegendColumn Class

Definition

Represents a chart legend column.

public ref class ChartLegendColumn sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumnInstance ^>, Microsoft::ReportingServices::OnDemandReportRendering::IROMStyleDefinitionContainer
public sealed class ChartLegendColumn : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance>, Microsoft.ReportingServices.OnDemandReportRendering.IROMStyleDefinitionContainer
type ChartLegendColumn = class
    inherit ChartObjectCollectionItem<ChartLegendColumnInstance>
    interface IROMStyleDefinitionContainer
Public NotInheritable Class ChartLegendColumn
Inherits ChartObjectCollectionItem(Of ChartLegendColumnInstance)
Implements IROMStyleDefinitionContainer
Inheritance
Implements

Fields

m_instance

The instance of the base class.

(Inherited from ChartObjectCollectionItem<T>)

Properties

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.

Applies to