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

New-UDNivoChartAxisOptions

Übersicht

Erstellt Achsenoptionen für ein nivo-Diagramm.

Syntax

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

Beschreibung

Erstellt Achsenoptionen für ein nivo-Diagramm.

Parameter

-Legend

Der Name dieser Legende.

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

-LegendOffset

Der Versatz der Legende.

-LegendPosition

Die Position der Legende.

-Position

Die Position der Achse.

-TickPadding

-TickRotation

{{ Fill TickRotation Description }}

-TickSize

{{ Fill TickSize Description }}

Allgemeine Parameter

Dieses Cmdlet unterstützt die allgemeinen Parameter: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable und OutVariable. Weitere Informationen finden Sie unter about_CommonParameters.

Eingaben

Keine

Ausgaben

System.Object

Zuletzt aktualisiert

War das hilfreich?