< Back
Add-OxyAxisShare
Post
NAME Add-OxyAxisShare
SYNOPSIS
Binds two axes to share a common visible range.
SYNTAX
Add-OxyAxisShare [-Axis] <OxyPlot.Axes.Axis[]> [[-Multiplier] <Horker.OxyPlotCli.TypeAdaptors.Double[]>]
[[-Offset] <Horker.OxyPlotCli.TypeAdaptors.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.
PARAMETERS
-Axis <OxyPlot.Axes.Axis[]>
Specifies the axes to be bound.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Multiplier <Horker.OxyPlotCli.TypeAdaptors.Double[]>
Specifies the relative amounts of movement per axis.
This parameter should be a numeric array and have the same length as the -Axis parameter.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Offset <Horker.OxyPlotCli.TypeAdaptors.Double[]>
Specifies the offsets of each axis.
This parameter should be a numeric array and have the same length as the -Axis parameter.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Online Version: https://github.com/horker/oxyplotcli2/b ... isShare.md
SYNOPSIS
Binds two axes to share a common visible range.
SYNTAX
Add-OxyAxisShare [-Axis] <OxyPlot.Axes.Axis[]> [[-Multiplier] <Horker.OxyPlotCli.TypeAdaptors.Double[]>]
[[-Offset] <Horker.OxyPlotCli.TypeAdaptors.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.
PARAMETERS
-Axis <OxyPlot.Axes.Axis[]>
Specifies the axes to be bound.
Required? true
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Multiplier <Horker.OxyPlotCli.TypeAdaptors.Double[]>
Specifies the relative amounts of movement per axis.
This parameter should be a numeric array and have the same length as the -Axis parameter.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Offset <Horker.OxyPlotCli.TypeAdaptors.Double[]>
Specifies the offsets of each axis.
This parameter should be a numeric array and have the same length as the -Axis parameter.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Online Version: https://github.com/horker/oxyplotcli2/b ... isShare.md