AxisBaseDateOriginYear Property |
LightningChart .NET Help
Gets or sets date origin year. Keep this as close as possible to your actual first date. This is a dependency property.
Applies when using DateTime formatted axis.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(2010)]
public int DateOriginYear { get; set; }<DefaultValueAttribute(2010)>
Public Property DateOriginYear As Integer
Get
Set
public:
[DefaultValueAttribute(2010)]
property int DateOriginYear {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also