'DeclarationPublic ReadOnly Property Visual As PropertyVisual
public PropertyVisual Visual {get;}
public: property PropertyVisual^ Visual { PropertyVisual^ get(); }
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 |
'DeclarationPublic ReadOnly Property Visual As PropertyVisual
public PropertyVisual Visual {get;}
public: property PropertyVisual^ Visual { PropertyVisual^ get(); }
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10