AxisBaseDateOriginDay Property |
LightningChart .NET Help
Date origin day. Keep this as close as possible to your actual first date.
Applies when using DateTime formatted axis.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(1)]
public int DateOriginDay { get; set; }<DefaultValueAttribute(1)>
Public Property DateOriginDay As Integer
Get
Set
public:
[DefaultValueAttribute(1)]
property int DateOriginDay {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also