Share via


ChartAxis.Title Property

Gets the title of the axis.

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

Syntax

'Declaration
Public ReadOnly Property Title As ChartAxisTitle 
    Get
'Usage
Dim instance As ChartAxis 
Dim value As ChartAxisTitle 

value = instance.Title
public ChartAxisTitle Title { get; }
public:
property ChartAxisTitle^ Title {
    ChartAxisTitle^ get ();
}
member Title : ChartAxisTitle
function get Title () : ChartAxisTitle

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle
A ChartAxisTitle object.

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace