ChartArea.ChartCategoryAxes 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.
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