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.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
    Microsoft.ReportingServices.OnDemandReportRendering::ChartLegendColumn

public ref class ChartLegendColumn sealed : ChartObjectCollectionItem<ChartLegendColumnInstance^>, 
	IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyActionInfo

Gets the actions and the action style associated with the chart legend column.

System_CAPS_pubpropertyColumnType

Gets the column type of this legend column.

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets a list of strings that corresponds to the fields used in value expression.

System_CAPS_pubpropertyHeader

Gets an expression that evaluates to the chart legend column header.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyMaximumWidth

Gets an expression that evaluates to the maximum width of the chart legend column.

System_CAPS_pubpropertyMinimumWidth

Gets an expression that evaluates to the minimum width of the chart legend column.

System_CAPS_pubpropertySeriesSymbolHeight

Gets an expression that evaluates to the symbol height for each data series.

System_CAPS_pubpropertySeriesSymbolWidth

Gets an expression that evaluates to the symbol width for each data series.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.

System_CAPS_pubpropertyToolTip

Gets an expression that evaluates to the tool tip to display for the chart legend column.

System_CAPS_pubpropertyUniqueName

Gets the unique identifier for this report definition object.

System_CAPS_pubpropertyValue

Gets an expression that evaluates to the value of the chart legend column.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

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: