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; }<DefaultValueAttribute(GetType(String), "2011-01-01T00:00:00.0000000-00:00;2011-01-01T00:00:10.0000000-00:00")>
Public Property DateTimeRange As String
Get
Set
public:
[DefaultValueAttribute(typeof(String), L"2011-01-01T00:00:00.0000000-00:00;2011-01-01T00:00:10.0000000-00:00")]
property String^ DateTimeRange {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
See Also