AxisBaseValueType Property |
LightningChart .NET Help
Value type: time, numeric or coordinates.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(AxisValueType), "Number")]
public AxisValueType ValueType { get; set; }<DefaultValueAttribute(GetType(AxisValueType), "Number")>
Public Property ValueType As AxisValueType
Get
Set
public:
[DefaultValueAttribute(typeof(AxisValueType), L"Number")]
property AxisValueType ValueType {
AxisValueType get ();
void set (AxisValueType value);
}Property Value
Type:
AxisValueType
See Also