ErrorBarPlotStyleControllerIndependentDashPattern Property |
Gets or sets a value indicating whether the dash pattern of 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 IndependentDashPattern { get; set; }Property Value
Boolean
Remarks
If true, the error bars can have a dash pattern independent of the group dash pattern. If false,
the error bar dash pattern is linked to the group dash pattern.
See Also