BarViewOptions3DStackSum 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.View3D
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; }<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