GaugeChart.WithSegments 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
| Name | Description |
|---|---|
| WithSegments(GaugeChartLegend[]) | |
| WithSegments(IList<GaugeChartLegend>) |
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
- value
- GaugeChartLegend[]
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
- value
- IList<GaugeChartLegend>