ChartAxis.ChartAxisTitle 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 or sets a title for the axis.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartAxisTitle ^ ChartAxisTitle { Microsoft::ReportingServices::RdlObjectModel::ChartAxisTitle ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartAxisTitle ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartAxisTitle ChartAxisTitle { get; set; }
member this.ChartAxisTitle : Microsoft.ReportingServices.RdlObjectModel.ChartAxisTitle with get, set
Public Property ChartAxisTitle As ChartAxisTitle
Property Value
A ChartAxisTitle object.