'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies the custom area origin.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property Origin As System.Double
'Usage
Dim instance As NAreaSeriesBase Dim value As System.Double instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies the custom area origin.")] [System.ComponentModel.DefaultValue(0)] public System.double Origin {get; set;}