G2DPlotStyleCollectionItem Property |
Gets the style at the specified index.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IG2DPlotStyle this[
int i
] { get; }Parameters
- i Int32
- The style index.
Property Value
IG2DPlotStyle
See Also