| Visual Basic (Declaration) | |
|---|---|
Public Property AdjustmentUnit As TimeInterval | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public TimeInterval AdjustmentUnit {get; set;} | |
| C++/CLI | |
|---|---|
public: property TimeInterval AdjustmentUnit { TimeInterval get(); void set (TimeInterval value); } | |
This property can be useful with axis markers because tick marks may appear at
the beginning of a time unit like month. The calendar pattern may need to be adjusted
to properly correspond to axis ticks.