ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / PlotEncodings Class / Category Property

In This Topic
    Category Property (PlotEncodings)
    In This Topic
    Gets or sets DV Chart category encoding
    Syntax
    'Declaration
     
    Public Property Category As ValueAggregateEncoding.CategoryEncoding
    public ValueAggregateEncoding.CategoryEncoding Category {get; set;}
    See Also