ChartAxis.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the title of the axis.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisTitle ^ Title { Microsoft::ReportingServices::OnDemandReportRendering::ChartAxisTitle ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle Title { get; }
member this.Title : Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle
Public ReadOnly Property Title As ChartAxisTitle
Property Value
A ChartAxisTitle object.