Gets or sets axial point where the grid line should pass through. 
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public SmartValue Origin { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Origin As SmartValue  | 
| Visual C++ | 
|---|
public: property SmartValue Origin { SmartValue get (); void set (SmartValue value); }  |