BarViewOptionsIndexGroupingFitSideMargins Property |
LightningChart .NET Help
Distance from bar edge to graph edge in pixels.
It is used on left and right sides.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int IndexGroupingFitSideMargins { get; set; }<DefaultValueAttribute(10)>
Public Property IndexGroupingFitSideMargins As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int IndexGroupingFitSideMargins {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also