Click or drag to resize

BarViewOptionsStackSum Property

LightningChart .NET Help
Gets or sets stack sum. This is a dependency property. The series values amongst different series are stacked and stretched to make this sum.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "100")]
public double StackSum { get; set; }

Property Value

Type: Double
See Also