Click or drag to resize

AxisBaseDateTimeRange Property

LightningChart .NET Help
Gets or sets the string presentation of axis range. This property effects when ValueType is DateTime.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(string), "2011-01-01T00:00:00.0000000-00:00;2011-01-01T00:00:10.0000000-00:00")]
public string DateTimeRange { get; set; }

Property Value

Type: String
See Also