StaticXGridDivCount Property |
LightningChart .NET Help
Division count (grid line count - 1)
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(uint), "10")]
public uint DivCount { get; set; }<DefaultValueAttribute(GetType(UInteger), "10")>
Public Property DivCount As UInteger
Get
Set
public:
[DefaultValueAttribute(typeof(unsigned int), L"10")]
property unsigned int DivCount {
unsigned int get ();
void set (unsigned int value);
}Property Value
Type:
UInt32
See Also