Click or drag to resize

IGPlotItemStyleObject Property

Gets an object that holds the style(s) used for plotting. If not applicable for this kind of plot item, null is returned.

Namespace: Altaxo.Graph.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IDocumentLeafNode? StyleObject { get; }

Property Value

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