G3DPlotStyleCollectionItem Property |
Gets the plot style at the specified index.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IG3DPlotStyle this[
int i
] { get; }Parameters
- i Int32
- The zero-based index.
Return Value
IG3DPlotStyleThe plot style at the specified index.
See Also