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

New-UDNivoChartAxisOptions

Sinossi

Crea le opzioni degli assi del grafico nivo.

Sintassi

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

Descrizione

Crea le opzioni degli assi del grafico nivo.

Parametri

-Legend

Il nome di questa legenda.

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

-LegendOffset

L'offset della legenda.

-LegendPosition

La posizione della legenda.

-Position

La posizione dell'asse.

-TickPadding

-TickRotation

{{ Fill TickRotation Description }}

-TickSize

{{ Fill TickSize Description }}

Parametri comuni

Questo cmdlet supporta i parametri comuni: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable e OutVariable. Per maggiori informazioni, veda about_CommonParameters.

Input

Nessuno

Output

System.Object

Ultimo aggiornamento

È stato utile?