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