GroupedVerticalBarChartData Class
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.
public class GroupedVerticalBarChartData : Microsoft.Teams.Cards.SerializableObject
type GroupedVerticalBarChartData = class
inherit SerializableObject
Public Class GroupedVerticalBarChartData
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| GroupedVerticalBarChartData() | |
Properties
| Name | Description |
|---|---|
| Color | |
| Key | |
| Legend | |
| Values | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithColor(ChartColor) | |
| WithKey(String) | |
| WithLegend(String) | |
| WithValues(BarChartDataValue[]) | |
| WithValues(IList<BarChartDataValue>) | |