LineChart.Data Property

Definition

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

Property Value

Attributes

Applies to