combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ChartRow Class / Visual Property


In This Topic
    Visual Property (ChartRow)
    In This Topic

    Gets or sets the visual representation for the values. Depending on the chart type, different values are available.

    Pie: -
    Bar, simple and clustered: 1, 2, 3, 8, 9
    Bar, multi row: 1, 2, 3, 4, 8, 9
    Bar, stacked: 1, 2, 8
    Lines: 5, 6, 7

    Value Meaning
    1 Cylinder
    2 Bar
    3 Pyramid
    4 Ribbon
    5 Line
    6 Symbols
    7 Lines+Symbols
    8 Octaeder
    9 Cone

    Syntax
    'Declaration
     
    
    Public ReadOnly Property Visual As PropertyVisual
    public PropertyVisual Visual {get;}
    public:
    property PropertyVisual^ Visual {
       PropertyVisual^ get();
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also