SeriesBaseRoundIncludeInAutoFit Property |
LightningChart .NET Help
Defines if the series affects ZoomToFit operations.
If false, the series is ignored on ZoomToFit.
Namespace:
Arction.Wpf.Charting.SeriesRound
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool IncludeInAutoFit { get; set; }<DefaultValueAttribute(true)>
Public Property IncludeInAutoFit As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool IncludeInAutoFit {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also