HtmlForgeX

API Reference

Command

New-HtmlXChartArea

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.ApexCharts

Adds an area chart data point to the current chart.

Remarks

Use inside New-HtmlXChart { }.

Examples

Imported script example

New-HtmlXChartArea -Name "Mar" -Value 64
        

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

Parameters

Name string optionalposition: namedpipeline: false
Category label for the point.
Value double optionalposition: namedpipeline: false
Numeric value for the point.

Outputs

HtmlForgeX.ApexCharts