ErrorBarPlotStylePaintErrorBars Method |
Paints the error bars for the specified axis.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void PaintErrorBars(
int axisNumber,
IGraphicsContext3D g,
IPlotArea layer,
Processed3DPlotData pdata
)
Parameters
- axisNumber Int32
- The axis number.
- g IGraphicsContext3D
- The graphics context.
- layer IPlotArea
- The plot area.
- pdata Processed3DPlotData
- The processed plot data.
See Also