Chart.ChartCategoryHierarchy 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 the hierarchy of category members for the chart.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartCategoryHierarchy ^ ChartCategoryHierarchy { Microsoft::ReportingServices::RdlObjectModel::ChartCategoryHierarchy ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartCategoryHierarchy ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy ChartCategoryHierarchy { get; set; }
member this.ChartCategoryHierarchy : Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy with get, set
Public Property ChartCategoryHierarchy As ChartCategoryHierarchy
Property Value
A ChartCategoryHierarchy object.