BarViewOptionsStackSum Property |
LightningChart .NET Help
Stack sum. The series values amongst different series are stacked
and stretched to make this sum.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "100")]
public double StackSum { get; set; }<DefaultValueAttribute(GetType(Double), "100")>
Public Property StackSum As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"100")]
property double StackSum {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also