API Reference
Function
New-ChartDesign
Configures charts gradient, image, pattern and dropShadow options
Remarks
Long description
Examples
EXAMPLE 1
An example
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-ChartDesign [-DropShadowBlur <Nullable`1>] [-DropShadowColor <String[]>] [-DropShadowEnabled] [-DropShadowEnabledOnSries <Array>] [-DropShadowLeft <Nullable`1>] [-DropShadowOpacity <Nullable`1>] [-DropShadowTop <Nullable`1>] [-GradientGradientToColors <String[]>] [-GradientInverseColors] [-GradientOpacityFrom <Single[]>] [-GradientOpacityTo <Single[]>] [-GradientShade <light|dark>] [-GradientShadeIntensity <Nullable`1>] [-GradientStops <Object>] [-GradientType <horizontal|vertical|diagonal1|diagonal2>] [-ImageHeight <String[]>] [-ImageSource <String[]>] [-ImageWidth <String[]>] [-PatternHeight <String>] [-PatternStrokeWidth <String>] [-PatternStyle <verticalLines|horizontalLines|slantedLines|squares|circles>] [-PatternWidth <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- DropShadowBlur Nullable`1
- Set blur distance for shadow
- DropShadowColor String[]
- Give a color to the shadow. If array is provided, each series can have different shadow color
- DropShadowEnabled SwitchParameter
- Enable a dropshadow for paths of the SVG
- DropShadowEnabledOnSries Array
- Provide series index on which the dropshadow should be enabled.
- DropShadowLeft Nullable`1
- Set left offset for shadow
- DropShadowOpacity Nullable`1
- Set the opacity of shadow
- DropShadowTop Nullable`1
- Set top offset for shadow
- GradientGradientToColors String[]
- Optional colors that ends the gradient to. The main colors array becomes the gradientFromColors and this array becomes the end colors of the gradient. Each index in the array corresponds to the series-index.
- GradientInverseColors SwitchParameter
- Inverse the start and end colors of the gradient.
- GradientOpacityFrom Single[]
- Start color's opacity. If you want different opacity for different series, you can pass an array of numbers.
- GradientOpacityTo Single[]
- End color's opacity. If you want different opacity for different series, you can pass an array of numbers.
- GradientShade String
- Available options for gradient shade
- Possible values:
light,dark - GradientShadeIntensity Nullable`1
- Intensity of the gradient shade
- GradientStops Object
- Stops defines the ramp of colors to use on a gradient
- GradientType String
- Available options for gradient type
- Possible values:
horizontal,vertical,diagonal1,diagonal2 - ImageHeight String[]
- Height of each image for all the series
- ImageSource String[]
- Accepts an array of image paths which will correspond to each series.
- ImageWidth String[]
- Width of each image for all the series
- PatternHeight String
- Pattern height which will be repeated at this interval
- PatternStrokeWidth String
- Pattern lines width indicates the thickness of the stroke of pattern.
- PatternStyle String
- Available pattern styles
- Possible values:
verticalLines,horizontalLines,slantedLines,squares,circles - PatternWidth String
- Pattern width which will be repeated at this interval