Click or drag to resize

SeriesBaseRoundIncludeInAutoFit Property

LightningChart .NET Help
Defines if the series affects ZoomToFit operations. If false, the series is ignored on ZoomToFit.

Namespace:  Arction.WinForms.Charting.SeriesRound
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool IncludeInAutoFit { get; set; }

Property Value

Type: Boolean
See Also