HtmlForgeX

API Reference

Command

New-HtmlXChartLine

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.ApexCharts

Adds a line chart data point to the current chart.

Remarks

Use inside New-HtmlXChart { }.

Examples

Imported script example

New-HtmlXChartLine -Name "Jan" -Value 42
        

New-HtmlXChartLine -Name "Feb" -Value 58
        

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-HtmlXChartLine [-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