ChartArea.ChartCategoryAxes Property

Definition

Defines the category axes.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ ChartCategoryAxes { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartAxis ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> ChartCategoryAxes { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartAxis>))>]
member this.ChartCategoryAxes : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartAxis> with get, set
Public Property ChartCategoryAxes As IList(Of ChartAxis)

Property Value

An IList<T> object.

Attributes

Applies to