StackedHorizontalBarChartData.Data Property

Definition

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

Property Value

Attributes

Applies to