ErrorBarPlotStyleControllerIndependentSymbolSize Property |
Gets or sets a value indicating whether the symbol size for the error bars is independent.
Namespace: Altaxo.Gui.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IndependentSymbolSize { get; set; }Property Value
Boolean
Remarks
If true, the error bars can have a symbol size independent of the group symbol size. If false,
the error bar symbol size is linked to the group symbol size.
See Also