Skip to content

Latest commit

 

History

History
92 lines (65 loc) · 2 KB

Add-OxyAxisShare.md

File metadata and controls

92 lines (65 loc) · 2 KB
external help file Module Name online version schema
Horker.OxyPlotCli.dll-Help.xml
oxyplotcli
2.0.0

Add-OxyAxisShare

SYNOPSIS

Binds two axes to share a common visible range.

SYNTAX

Add-OxyAxisShare [-Axis] <Axis[]> [[-Multiplier] <Double[]>] [[-Offset] <Double[]>] [<CommonParameters>]

DESCRIPTION

Binds two axes to share a common visible range.

Once axes are bound by this cmdlet, when the user scrolls one of such axes, the other one automatically moves in a synchronized manner.

This cmdlet makes sense when the chart is displayed in the GUI window.

EXAMPLES

PARAMETERS

-Axis

Specifies the axes to be bound.

Type: OxyPlot.Axes.Axis[]
Parameter Sets: (All)
Aliases:

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

-Multiplier

Specifies the relative amounts of movement per axis.

This parameter should be a numeric array and have the same length as the -Axis parameter.

Type: Horker.OxyPlotCli.TypeAdaptors.Double[]
Parameter Sets: (All)
Aliases:

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

-Offset

Specifies the offsets of each axis.

This parameter should be a numeric array and have the same length as the -Axis parameter.

Type: Horker.OxyPlotCli.TypeAdaptors.Double[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
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

RELATED LINKS