< Back
New-OxyGridView
Post
NAME New-OxyGridView
SYNOPSIS
Returns a GridView object.
SYNTAX
New-OxyGridView [[-Models] <System.Object[]>] [[-Widths] <System.Double[]>] [[-Style] <System.String>] [[-Show]]
[[-ReuseWindow]] [[-Heights] <System.Double[]>] [[-ColumnCount] <System.Int32>] [[-RowCount] <System.Int32>]
[[-OutFile] <System.String>] [[-OutWidth] <System.Int32>] [[-OutHeight] <System.Int32>] [[-SvgIsDocument]]
[[-PassThru]] [<CommonParameters>]
DESCRIPTION
Returns a GridView object.
The GridView object is a grid style container of multiple OxyPlot models.
PARAMETERS
-ColumnCount <System.Int32>
The number of columns of the grid.
Required? false
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Heights <System.Double[]>
The relative height of each row of the grid.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Models <System.Object[]>
Specifies PlotModel objects contained in the grid.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutFile <System.String>
Specifies the output file name. The output format is determined based on the file extension, which should be
either `".png`" or `".svg`".
Required? false
Position? 5
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutHeight <System.Int32>
Specifies the height of the output image. Use with the -OutFile parameter.
Required? false
Position? 7
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutWidth <System.Int32>
Specifies the width of the output image. Use with the -OutFile parameter.
Required? false
Position? 6
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PassThru <System.Management.Automation.SwitchParameter>
Returns an output object even when the -OutFile parameter is specified.
Required? false
Position? 9
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ReuseWindow <System.Management.Automation.SwitchParameter>
Indicates to reuse the most recently used window to show the chart instead of creating a new one. Use with the
-Show parameter.
Required? false
Position? 12
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-RowCount <System.Int32>
Specifies the number of the rows of the grid.
Required? false
Position? 4
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Show <System.Management.Automation.SwitchParameter>
Shows the chart in the GUI window.
Required? false
Position? 11
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Style <System.String>
Specifies the style.
Required? false
Position? 10
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SvgIsDocument <System.Management.Automation.SwitchParameter>
Indicates that a SVG file should be generated as a complete document. Use with the -OutFile parameter.
Required? false
Position? 8
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Widths <System.Double[]>
The relative width of each row of the grid.
Required? false
Position? 1
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
Horker.OxyPlotCli.GridView
NOTES
RELATED LINKS
Online Version: https://github.com/horker/oxyplotcli2/b ... ridView.md
SYNOPSIS
Returns a GridView object.
SYNTAX
New-OxyGridView [[-Models] <System.Object[]>] [[-Widths] <System.Double[]>] [[-Style] <System.String>] [[-Show]]
[[-ReuseWindow]] [[-Heights] <System.Double[]>] [[-ColumnCount] <System.Int32>] [[-RowCount] <System.Int32>]
[[-OutFile] <System.String>] [[-OutWidth] <System.Int32>] [[-OutHeight] <System.Int32>] [[-SvgIsDocument]]
[[-PassThru]] [<CommonParameters>]
DESCRIPTION
Returns a GridView object.
The GridView object is a grid style container of multiple OxyPlot models.
PARAMETERS
-ColumnCount <System.Int32>
The number of columns of the grid.
Required? false
Position? 3
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Heights <System.Double[]>
The relative height of each row of the grid.
Required? false
Position? 2
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Models <System.Object[]>
Specifies PlotModel objects contained in the grid.
Required? false
Position? 0
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutFile <System.String>
Specifies the output file name. The output format is determined based on the file extension, which should be
either `".png`" or `".svg`".
Required? false
Position? 5
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutHeight <System.Int32>
Specifies the height of the output image. Use with the -OutFile parameter.
Required? false
Position? 7
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-OutWidth <System.Int32>
Specifies the width of the output image. Use with the -OutFile parameter.
Required? false
Position? 6
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-PassThru <System.Management.Automation.SwitchParameter>
Returns an output object even when the -OutFile parameter is specified.
Required? false
Position? 9
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ReuseWindow <System.Management.Automation.SwitchParameter>
Indicates to reuse the most recently used window to show the chart instead of creating a new one. Use with the
-Show parameter.
Required? false
Position? 12
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-RowCount <System.Int32>
Specifies the number of the rows of the grid.
Required? false
Position? 4
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Show <System.Management.Automation.SwitchParameter>
Shows the chart in the GUI window.
Required? false
Position? 11
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Style <System.String>
Specifies the style.
Required? false
Position? 10
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-SvgIsDocument <System.Management.Automation.SwitchParameter>
Indicates that a SVG file should be generated as a complete document. Use with the -OutFile parameter.
Required? false
Position? 8
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Widths <System.Double[]>
The relative width of each row of the grid.
Required? false
Position? 1
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
Horker.OxyPlotCli.GridView
NOTES
RELATED LINKS
Online Version: https://github.com/horker/oxyplotcli2/b ... ridView.md