ChartAxisTitle Class

Definition

Represents the title of an axis.

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

Fields

m_instance

The instance of the base class.

(Inherited from ChartObjectCollectionItem<T>)

Properties

Caption

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

Instance

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

Position

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

Style

Gets the style properties of this report definition object.

TextOrientation

Gets an expression that evaluates to a value that indicates the orientation of the text.

Applies to