BarViewOptions3DIndexGroupingFitGroupSideMargins Property |
LightningChart .NET Help
Gets or sets space between edge and nearest groups as world values, when grouping is fitted. This is a dependency property.
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), "10")]
public double IndexGroupingFitGroupSideMargins { get; set; }<DefaultValueAttribute(GetType(Double), "10")>
Public Property IndexGroupingFitGroupSideMargins As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"10")]
property double IndexGroupingFitGroupSideMargins {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also