HtmlForgeX

API Reference

Command

New-HtmlXChartDonut

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.ApexCharts

Adds a donut chart data point to the current chart.

Remarks

Use inside New-HtmlXChart { }.

Examples

Imported script example

New-HtmlXChartDonut -Name "Stable" -Value 75
        

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-HtmlXChartDonut [-Color <string>] [-Name <string>] [-Value <double>] [<CommonParameters>]
#

Parameters

Color string optionalposition: namedpipeline: false
Optional slice color (CSS color value).
Name string optionalposition: namedpipeline: false
Category label for the slice.
Value double optionalposition: namedpipeline: false
Numeric value for the slice.

Outputs

HtmlForgeX.ApexCharts