Click or drag to resize

G3DPlotStyleCollectionItem Property

Gets the plot style at the specified index.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IG3DPlotStyle this[
	int i
] { get; }

Parameters

i  Int32
The zero-based index.

Return Value

IG3DPlotStyle
The plot style at the specified index.
See Also