Click or drag to resize

XYZPlotLayerAxisStyleIDs Property

Returns a list of the used axis style ids for this layer.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<CSLineID> AxisStyleIDs { get; }

Property Value

IEnumerableCSLineID

Implements

IPlotAreaAxisStyleIDs
See Also