XYColumnPlotDataSetYBoundsFromTemplate Method |
This sets the y boundary object to a object of the same type as val. The inner data of the boundary, if present,
are copied into the new y boundary object.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void SetYBoundsFromTemplate(
IPhysicalBoundaries val
)
Parameters
- val IPhysicalBoundaries
- The template boundary object.
See Also