Click or drag to resize

G2DPlotStyleCollectionStyles Property

Gets the styles contained in this collection.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<IG2DPlotStyle> Styles { get; }

Property Value

IReadOnlyListIG2DPlotStyle
See Also