VerticalBarChartDataValue 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 VerticalBarChartDataValue : Microsoft.Teams.Cards.SerializableObject
type VerticalBarChartDataValue = class
inherit SerializableObject
Public Class VerticalBarChartDataValue
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| VerticalBarChartDataValue() | |
Properties
| Name | Description |
|---|---|
| Color | |
| Key | |
| X | |
| Y | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithColor(ChartColor) | |
| WithKey(String) | |
| WithX(IUnion<String,Single>) | |
| WithY(Single) | |