GroupedVerticalBarChartData.Values Property

Definition

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

Property Value

Attributes

Applies to