VerticalBarChart.Data Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("data")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.VerticalBarChartDataValue>? Data { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("data")>]
member this.Data : System.Collections.Generic.IList<Microsoft.Teams.Cards.VerticalBarChartDataValue> with get, set
Public Property Data As IList(Of VerticalBarChartDataValue)

Property Value

Attributes

Applies to