Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-ChartRadialOptions

Namespace PSWriteHTML

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

Authored help example

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: CircleType

Parameters

CircleType Object optionalposition: namedpipeline: Falsevalues: 6
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 optionalposition: namedpipeline: False
Specifies the color for the data label name in the radial chart.
DataLabelNameFontSize String optionalposition: namedpipeline: False
Specifies the font size for the data label name in the radial chart.
DataLabelNameOffsetY String optionalposition: namedpipeline: False
Specifies the Y-axis offset for the data label name in the radial chart.
DataLabelValueColor String optionalposition: namedpipeline: False
Specifies the color for the data label value in the radial chart.
DataLabelValueFontSize String optionalposition: namedpipeline: False
Specifies the font size for the data label value in the radial chart.
DataLabelValueShow SwitchParameter optionalposition: namedpipeline: False
Indicates whether to show the data label value in the radial chart.
FillType String optionalposition: namedpipeline: False
Specifies the fill type for the radial chart.
GradientShade String optionalposition: namedpipeline: False
Specifies the shade for the gradient in the radial chart.
GradientToColors String optionalposition: namedpipeline: False
Specifies the colors for the gradient in the radial chart.
GradientType String optionalposition: namedpipeline: False
Specifies the type of gradient for the radial chart.
GraidentStops Array optionalposition: namedpipeline: False
Specifies the gradient stops for the radial chart.
HollowBackGroundColor String optionalposition: namedpipeline: False
Specifies the color for the hollow background of the radial chart.
HollowMargin String optionalposition: namedpipeline: False
Specifies the margin for the hollow area of the radial chart.
HollowSize String optionalposition: namedpipeline: False
Specifies the size of the hollow area in the radial chart.
Labels String[] optionalposition: namedpipeline: False
Specifies an array of labels for the radial chart.
StrokeLineCap String optionalposition: namedpipeline: False
Specifies the line cap for the stroke in the radial chart.
TrackDropShadow String optionalposition: namedpipeline: False
Specifies the drop shadow for the track of the radial chart.
TrackDropShadowBlur String optionalposition: namedpipeline: False
Specifies the blur effect for the drop shadow of the track in the radial chart.
TrackDropShadowLeft String optionalposition: namedpipeline: False
Specifies the left shadow for the track of the radial chart.
TrackDropShadowOpacity String optionalposition: namedpipeline: False
Specifies the opacity of the drop shadow for the track in the radial chart.
TrackDropShadowTop String optionalposition: namedpipeline: False
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: CustomAngle

Parameters

DataLabelNameColor String optionalposition: namedpipeline: False
Specifies the color for the data label name in the radial chart.
DataLabelNameFontSize String optionalposition: namedpipeline: False
Specifies the font size for the data label name in the radial chart.
DataLabelNameOffsetY String optionalposition: namedpipeline: False
Specifies the Y-axis offset for the data label name in the radial chart.
DataLabelValueColor String optionalposition: namedpipeline: False
Specifies the color for the data label value in the radial chart.
DataLabelValueFontSize String optionalposition: namedpipeline: False
Specifies the font size for the data label value in the radial chart.
DataLabelValueShow SwitchParameter optionalposition: namedpipeline: False
Indicates whether to show the data label value in the radial chart.
EndAngle Nullable`1 optionalposition: namedpipeline: False
Specifies the ending angle for the radial chart.
FillType String optionalposition: namedpipeline: False
Specifies the fill type for the radial chart.
GradientShade String optionalposition: namedpipeline: False
Specifies the shade for the gradient in the radial chart.
GradientToColors String optionalposition: namedpipeline: False
Specifies the colors for the gradient in the radial chart.
GradientType String optionalposition: namedpipeline: False
Specifies the type of gradient for the radial chart.
GraidentStops Array optionalposition: namedpipeline: False
Specifies the gradient stops for the radial chart.
HollowBackGroundColor String optionalposition: namedpipeline: False
Specifies the color for the hollow background of the radial chart.
HollowMargin String optionalposition: namedpipeline: False
Specifies the margin for the hollow area of the radial chart.
HollowSize String optionalposition: namedpipeline: False
Specifies the size of the hollow area in the radial chart.
Labels String[] optionalposition: namedpipeline: False
Specifies an array of labels for the radial chart.
StartAngle Nullable`1 optionalposition: namedpipeline: False
Specifies the starting angle for the radial chart.
StrokeLineCap String optionalposition: namedpipeline: False
Specifies the line cap for the stroke in the radial chart.
TrackDropShadow String optionalposition: namedpipeline: False
Specifies the drop shadow for the track of the radial chart.
TrackDropShadowBlur String optionalposition: namedpipeline: False
Specifies the blur effect for the drop shadow of the track in the radial chart.
TrackDropShadowLeft String optionalposition: namedpipeline: False
Specifies the left shadow for the track of the radial chart.
TrackDropShadowOpacity String optionalposition: namedpipeline: False
Specifies the opacity of the drop shadow for the track in the radial chart.
TrackDropShadowTop String optionalposition: namedpipeline: False
Specifies the top shadow for the track of the radial chart.