WallXYGridStrips Property |
LightningChart .NET Help
Gets or sets grid color strips. 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(WallGridStripXY.Both)]
public WallGridStripXY GridStrips { get; set; }<DefaultValueAttribute(WallGridStripXY.Both)>
Public Property GridStrips As WallGridStripXY
Get
Set
public:
[DefaultValueAttribute(WallGridStripXY::Both)]
property WallGridStripXY GridStrips {
WallGridStripXY get ();
void set (WallGridStripXY value);
}Property Value
Type:
WallGridStripXY
See Also