Skip to content

New-ChartBarOptions

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

New-ChartBarOptions [[-Type] <Object>] [[-DataLabelsEnabled] <Boolean>] [[-DataLabelsOffsetX] <Int32>]
 [[-DataLabelsFontSize] <String>] [[-DataLabelsColor] <String>] [-Patterned] [-Gradient] [-Distributed]
 [-Vertical] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-DataLabelsColor

{{ Fill DataLabelsColor Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DataLabelsEnabled

{{ Fill DataLabelsEnabled Description }}

Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DataLabelsFontSize

{{ Fill DataLabelsFontSize Description }}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DataLabelsOffsetX

{{ Fill DataLabelsOffsetX Description }}

Type: System.Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Distributed

{{ Fill Distributed Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Gradient

{{ Fill Gradient Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: GradientColors

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Patterned

{{ Fill Patterned Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: PatternedColors

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Type

{{ Fill Type Description }}

Type: System.Object
Parameter Sets: (All)
Aliases:
Accepted values: bar, barStacked, barStacked100Percent

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Vertical

{{ Fill Vertical Description }}

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Back to top