Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the hierarchy of category members for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartCategoryHierarchy As ChartCategoryHierarchy
Get
Set
'Usage
Dim instance As Chart
Dim value As ChartCategoryHierarchy
value = instance.ChartCategoryHierarchy
instance.ChartCategoryHierarchy = value
public ChartCategoryHierarchy ChartCategoryHierarchy { get; set; }
public:
property ChartCategoryHierarchy^ ChartCategoryHierarchy {
ChartCategoryHierarchy^ get ();
void set (ChartCategoryHierarchy^ value);
}
member ChartCategoryHierarchy : ChartCategoryHierarchy with get, set
function get ChartCategoryHierarchy () : ChartCategoryHierarchy
function set ChartCategoryHierarchy (value : ChartCategoryHierarchy)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy
A ChartCategoryHierarchy object.