API Reference
Function
New-ChartRadialOptions
Creates customizable options for a radial chart.
Remarks
This function defines various customizable options for a radial chart, such as circle type, angles, colors, shadows, labels, gradients, and more.
Examples
EXAMPLE 1
New-ChartRadialOptions -CircleType 'FullCircleTop' -StartAngle 0 -EndAngle 180 -HollowBackGroundColor 'white' -HollowMargin '10px' -HollowSize '50%' -TrackDropShadow 'black' -TrackDropShadowTop '2px' -TrackDropShadowLeft '2px' -TrackDropShadowBlur '5px' -TrackDropShadowOpacity '0.5' -DataLabelNameOffsetY '20px' -DataLabelNameColor 'black' -DataLabelNameFontSize '12px' -DataLabelValueShow -DataLabelValueColor 'red' -DataLabelValueFontSize '14px' -FillType 'solid' -GradientShade 'dark' -GradientType 'vertical' -GradientToColors @('red', 'blue') -GraidentStops @('0%', '100%') -StrokeLineCap 'round' -Labels @('Label1', 'Label2')
Creates customizable options for a radial chart with specified parameters.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ChartRadialOptions [-CircleType <FullCircleTop>] [-DataLabelNameColor <String>] [-DataLabelNameFontSize <String>] [-DataLabelNameOffsetY <String>] [-DataLabelValueColor <String>] [-DataLabelValueFontSize <String>] [-DataLabelValueShow] [-FillType <String>] [-GradientShade <String>] [-GradientToColors <String>] [-GradientType <String>] [-GraidentStops <Array>] [-HollowBackGroundColor <String>] [-HollowMargin <String>] [-HollowSize <String>] [-Labels <String[]>] [-StrokeLineCap <String>] [-TrackDropShadow <String>] [-TrackDropShadowBlur <String>] [-TrackDropShadowLeft <String>] [-TrackDropShadowOpacity <String>] [-TrackDropShadowTop <String>] [<CommonParameters>]
#
Parameter set:
CircleTypeParameters
- CircleType Object
- Specifies the type of circle for the radial chart. Valid values are 'FullCircleTop', 'FullCircleBottom', 'FullCircleBottomLeft', 'FullCircleLeft', 'Speedometer', 'SemiCircleGauge'.
- Possible values:
FullCircleTop,FullCircleBottom,FullCircleBottomLeft,FullCircleLeft,Speedometer,SemiCircleGauge - DataLabelNameColor String
- Specifies the color for the data label name in the radial chart.
- DataLabelNameFontSize String
- Specifies the font size for the data label name in the radial chart.
- DataLabelNameOffsetY String
- Specifies the Y-axis offset for the data label name in the radial chart.
- DataLabelValueColor String
- Specifies the color for the data label value in the radial chart.
- DataLabelValueFontSize String
- Specifies the font size for the data label value in the radial chart.
- DataLabelValueShow SwitchParameter
- Indicates whether to show the data label value in the radial chart.
- FillType String
- Specifies the fill type for the radial chart.
- GradientShade String
- Specifies the shade for the gradient in the radial chart.
- GradientToColors String
- Specifies the colors for the gradient in the radial chart.
- GradientType String
- Specifies the type of gradient for the radial chart.
- GraidentStops Array
- Specifies the gradient stops for the radial chart.
- HollowBackGroundColor String
- Specifies the color for the hollow background of the radial chart.
- HollowMargin String
- Specifies the margin for the hollow area of the radial chart.
- HollowSize String
- Specifies the size of the hollow area in the radial chart.
- Labels String[]
- Specifies an array of labels for the radial chart.
- StrokeLineCap String
- Specifies the line cap for the stroke in the radial chart.
- TrackDropShadow String
- Specifies the drop shadow for the track of the radial chart.
- TrackDropShadowBlur String
- Specifies the blur effect for the drop shadow of the track in the radial chart.
- TrackDropShadowLeft String
- Specifies the left shadow for the track of the radial chart.
- TrackDropShadowOpacity String
- Specifies the opacity of the drop shadow for the track in the radial chart.
- TrackDropShadowTop String
- Specifies the top shadow for the track of the radial chart.
New-ChartRadialOptions [-DataLabelNameColor <String>] [-DataLabelNameFontSize <String>] [-DataLabelNameOffsetY <String>] [-DataLabelValueColor <String>] [-DataLabelValueFontSize <String>] [-DataLabelValueShow] [-EndAngle <Nullable`1>] [-FillType <String>] [-GradientShade <String>] [-GradientToColors <String>] [-GradientType <String>] [-GraidentStops <Array>] [-HollowBackGroundColor <String>] [-HollowMargin <String>] [-HollowSize <String>] [-Labels <String[]>] [-StartAngle <Nullable`1>] [-StrokeLineCap <String>] [-TrackDropShadow <String>] [-TrackDropShadowBlur <String>] [-TrackDropShadowLeft <String>] [-TrackDropShadowOpacity <String>] [-TrackDropShadowTop <String>] [<CommonParameters>]
#
Parameter set:
CustomAngleParameters
- DataLabelNameColor String
- Specifies the color for the data label name in the radial chart.
- DataLabelNameFontSize String
- Specifies the font size for the data label name in the radial chart.
- DataLabelNameOffsetY String
- Specifies the Y-axis offset for the data label name in the radial chart.
- DataLabelValueColor String
- Specifies the color for the data label value in the radial chart.
- DataLabelValueFontSize String
- Specifies the font size for the data label value in the radial chart.
- DataLabelValueShow SwitchParameter
- Indicates whether to show the data label value in the radial chart.
- EndAngle Nullable`1
- Specifies the ending angle for the radial chart.
- FillType String
- Specifies the fill type for the radial chart.
- GradientShade String
- Specifies the shade for the gradient in the radial chart.
- GradientToColors String
- Specifies the colors for the gradient in the radial chart.
- GradientType String
- Specifies the type of gradient for the radial chart.
- GraidentStops Array
- Specifies the gradient stops for the radial chart.
- HollowBackGroundColor String
- Specifies the color for the hollow background of the radial chart.
- HollowMargin String
- Specifies the margin for the hollow area of the radial chart.
- HollowSize String
- Specifies the size of the hollow area in the radial chart.
- Labels String[]
- Specifies an array of labels for the radial chart.
- StartAngle Nullable`1
- Specifies the starting angle for the radial chart.
- StrokeLineCap String
- Specifies the line cap for the stroke in the radial chart.
- TrackDropShadow String
- Specifies the drop shadow for the track of the radial chart.
- TrackDropShadowBlur String
- Specifies the blur effect for the drop shadow of the track in the radial chart.
- TrackDropShadowLeft String
- Specifies the left shadow for the track of the radial chart.
- TrackDropShadowOpacity String
- Specifies the opacity of the drop shadow for the track in the radial chart.
- TrackDropShadowTop String
- Specifies the top shadow for the track of the radial chart.