New-UDPolarChartOptions
SYNOPSIS
Chart options for a polar area chart.
SYNTAX
New-UDPolarChartOptions [[-LayoutOptions] <Object>] [[-LegendOptions] <Object>] [[-TitleOptions] <Object>]
[[-TooltipOptions] <Object>] [[-xAxes] <Object>] [[-yAxes] <Object>] [[-StartAngle] <Single>]
[[-AnimateRotate] <Boolean>] [[-AnimateScale] <Boolean>] [<CommonParameters>]
DESCRIPTION
Chart options for a polar area chart.
EXAMPLES
Example 1
PS C:\>
PARAMETERS
-AnimateRotate
If true, the chart will animate in with a rotation animation.
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-AnimateScale
If true, will animate scaling the chart from the center outwards.
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-LayoutOptions
Layout options for this chart. Use New-UDChartLayoutOptions.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-LegendOptions
Legend options for this chart. Use New-UDChartLegendOptions.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-StartAngle
Starting angle to draw arcs for the first item in a dataset.
Type: System.Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TitleOptions
Title options for this chart. Use New-UDChartTitleOptions.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TooltipOptions
Tooltip options for this chart. Use New-UDChartTooltipOptions.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-xAxes
The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-yAxes
The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.
Type: System.Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.