GaugeChart.WithSegments Method

Definition

Overloads

WithSegments(GaugeChartLegend[])

public Microsoft.Teams.Cards.GaugeChart WithSegments(params Microsoft.Teams.Cards.GaugeChartLegend[] value);
member this.WithSegments : Microsoft.Teams.Cards.GaugeChartLegend[] -> Microsoft.Teams.Cards.GaugeChart
Public Function WithSegments (ParamArray value As GaugeChartLegend()) As GaugeChart

Parameters

Returns

Applies to

WithSegments(IList<GaugeChartLegend>)

public Microsoft.Teams.Cards.GaugeChart WithSegments(System.Collections.Generic.IList<Microsoft.Teams.Cards.GaugeChartLegend> value);
member this.WithSegments : System.Collections.Generic.IList<Microsoft.Teams.Cards.GaugeChartLegend> -> Microsoft.Teams.Cards.GaugeChart
Public Function WithSegments (value As IList(Of GaugeChartLegend)) As GaugeChart

Parameters

Returns

Applies to