ChartTitle Class

 

Updated: February 25, 2016

Represents a title for the chart.

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

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

public ref class ChartTitle sealed : ChartObjectCollectionItem<ChartTitleInstance^>, 
	IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyActionInfo

Gets the actions for the title.

System_CAPS_pubpropertyCaption

Gets the caption of the title.

System_CAPS_pubpropertyChartElementPosition

Gets the custom position for the title.

System_CAPS_pubpropertyDockOffset

Gets an expression that evaluates to the offset from the dock location, as a percentage of the chart size.

System_CAPS_pubpropertyDockOutsideChartArea

Gets an expression that evaluates to a value that indicates whether the title should be docked outside the chart area rather than inside the chart area.

System_CAPS_pubpropertyDockToChartArea

Gets the name of the chart area on which to draw the title.

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets the fields that are used in a value expression.

System_CAPS_pubpropertyHidden

Gets an expression that evaluates to a value that indicates whether the title should be hidden.

System_CAPS_pubpropertyInstance

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

System_CAPS_pubpropertyName

Gets the name of the chart title.

System_CAPS_pubpropertyPosition

Gets an expression that evaluates to the position of the title.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.

System_CAPS_pubpropertyTextOrientation

Gets an expression that evaluates to the orientation of the text.

System_CAPS_pubpropertyToolTip

Gets an expression that evaluates to the lool tip to display for the title.

System_CAPS_pubpropertyUniqueName

Gets the unique identifier for this report definition object.

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: