API Reference
Command
New-HtmlXChartArea
Adds an area chart data point to the current chart.
Remarks
Use inside New-HtmlXChart { }.
Examples
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
- Category label for the point.
- Value double
- Numeric value for the point.
Outputs
HtmlForgeX.ApexCharts