Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageChartOptions

Namespace ImagePlayground
Inputs
None
Outputs
ImagePlayground.ChartRenderOptions

Creates renderer options for New-ImageChart.

Remarks

Creates renderer options for New-ImageChart.

Examples

Authored help example

Create options for a labeled chart with a right-side legend


New-ImageChartOptions -ShowLegend -LegendPosition Right -ShowDataLabels -Palette '#8B5CF6','#2DD4BF'
        

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-ImageChartOptions [-DonutCenterLabel <String>] [-DonutCenterValue <String>] [-DonutInnerRadiusRatio <Double>] [-HeatmapScale <Sequential|Semantic>] [-LegendPosition <Bottom|Top|Left|Right>] [-NoAxes] [-NoCard] [-NoHeatmapScale] [-NoLegend] [-NoPlotBackground] [-NoProgressHandles] [-Palette <ChartColor[]>] [-PictorialColumns <Int32>] [-PictorialSymbol <Circle>] [-PieLabelContent <Label|Value|Percent|LabelAndValue|LabelAndPercent>] [-ProgressMaximum <Double>] [-ShowDataLabels] [-ShowLegend] [-ShowPointLegend] [-TickCount <Int32>] [-Transparent] [-WordCloudMaximumTerms <Int32>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

DonutCenterLabel String optionalposition: namedpipeline: False
Donut center label text.
DonutCenterValue String optionalposition: namedpipeline: False
Donut center value text.
DonutInnerRadiusRatio Double optionalposition: namedpipeline: False
Donut inner radius ratio.
HeatmapScale ChartHeatmapColorScale optionalposition: namedpipeline: Falsevalues: 2
Heatmap color scale.
Possible values: Sequential, Semantic
LegendPosition ChartLegendPosition optionalposition: namedpipeline: Falsevalues: 4
Legend placement.
Possible values: Bottom, Top, Left, Right
NoAxes SwitchParameter optionalposition: namedpipeline: False
Hide axes.
NoCard SwitchParameter optionalposition: namedpipeline: False
Hide chart card surface.
NoHeatmapScale SwitchParameter optionalposition: namedpipeline: False
Hide heatmap scale legend.
NoLegend SwitchParameter optionalposition: namedpipeline: False
Hide the legend.
NoPlotBackground SwitchParameter optionalposition: namedpipeline: False
Hide plot background surface.
NoProgressHandles SwitchParameter optionalposition: namedpipeline: False
Hide progress handles.
Palette ChartColor[] optionalposition: namedpipeline: False
Palette colors used by series and point-based charts.
PictorialColumns Int32 optionalposition: namedpipeline: False
Pictorial columns per row.
PictorialSymbol ChartPictorialSymbol optionalposition: namedpipeline: Falsevalues: 6
Pictorial symbol.
Possible values: Circle, Square, Diamond, Triangle, Star, Person
PieLabelContent ChartPieLabelContent optionalposition: namedpipeline: Falsevalues: 5
Pie and donut slice label content.
Possible values: Label, Value, Percent, LabelAndValue, LabelAndPercent
ProgressMaximum Double optionalposition: namedpipeline: False
Progress maximum.
ShowDataLabels SwitchParameter optionalposition: namedpipeline: False
Show data labels.
ShowLegend SwitchParameter optionalposition: namedpipeline: False
Show the legend.
ShowPointLegend SwitchParameter optionalposition: namedpipeline: False
Show point-level legend entries.
TickCount Int32 optionalposition: namedpipeline: False
Preferred number of axis ticks.
Transparent SwitchParameter optionalposition: namedpipeline: False
Use transparent background.
WordCloudMaximumTerms Int32 optionalposition: namedpipeline: False
Maximum number of word cloud terms.

Outputs

ImagePlayground.ChartRenderOptions: Renderer-neutral chart options exposed by ImagePlayground.