VerticalBarChart.WithData Method
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.
Overloads
WithData(IList<VerticalBarChartDataValue>)
public Microsoft.Teams.Cards.VerticalBarChart WithData(System.Collections.Generic.IList<Microsoft.Teams.Cards.VerticalBarChartDataValue> value);
member this.WithData : System.Collections.Generic.IList<Microsoft.Teams.Cards.VerticalBarChartDataValue> -> Microsoft.Teams.Cards.VerticalBarChart
Public Function WithData (value As IList(Of VerticalBarChartDataValue)) As VerticalBarChart
Parameters
- value
- IList<VerticalBarChartDataValue>
Returns
Applies to
WithData(VerticalBarChartDataValue[])
public Microsoft.Teams.Cards.VerticalBarChart WithData(params Microsoft.Teams.Cards.VerticalBarChartDataValue[] value);
member this.WithData : Microsoft.Teams.Cards.VerticalBarChartDataValue[] -> Microsoft.Teams.Cards.VerticalBarChart
Public Function WithData (ParamArray value As VerticalBarChartDataValue()) As VerticalBarChart
Parameters
- value
- VerticalBarChartDataValue[]