Click or drag to resize

XYZSurfacePlotItemStyleObject Property

Get/sets the style object of this plot.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override IDocumentLeafNode StyleObject { get; set; }

Property Value

IDocumentLeafNode
The object that holds the style(s) used for plotting.

Implements

IGPlotItemStyleObject
See Also