RectangleFillTileCountWidth Property |
LightningChart .NET Help
Gets or sets tile count on width dimension. 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(10)]
public int TileCountWidth { get; set; }<DefaultValueAttribute(10)>
Public Property TileCountWidth As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int TileCountWidth {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also