For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDNivoChartAxisOptions

Creates nivo chart axis options.

Synopsis

Creates nivo chart axis options.

Syntax

New-UDNivoChartAxisOptions [-Legend <String>] [-LegendOffset <Int32>] [-LegendPosition {center | start | end}] [-Position {top | right | bottom | left}] [-TickPadding <Int32>] [-TickRotation <Int32>] [-TickSize <Int32>] [<CommonParameters>]

Description

Creates nivo chart axis options.

Parameters

-Legend

The name of this legend.

Required?                    false
Position?                    named
Default value                None
Accept pipeline input?       False
Aliases                      none
Accept wildcard characters?  false

-LegendOffset

The offset of the legend.

-LegendPosition

The position of the legend.

-Position

The position of the axis.

-TickPadding

-TickRotation

{{ Fill TickRotation Description }}

-TickSize

{{ Fill TickSize Description }}

Inputs

None

Outputs

System.Object

Last updated

Was this helpful?