XYZColumnPlotDataSetZBoundsFromTemplate Method |
This sets the Z boundary object to an object of the same type as val. The inner data of the boundary, if present,
are copied into the new Z boundary object.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void SetZBoundsFromTemplate(
IPhysicalBoundaries val
)
Parameters
- val IPhysicalBoundaries
- The template boundary object.
See Also