Click or drag to resize

G2DPlotStyleCollectionItem Property

Gets the style at the specified index.

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

Parameters

i  Int32
The style index.

Property Value

IG2DPlotStyle
See Also