'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies which value should be used as bar origin.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property OriginMode As SeriesOriginMode
'Usage
Dim instance As NBarSeries Dim value As SeriesOriginMode instance.OriginMode = value value = instance.OriginMode
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies which value should be used as bar origin.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SeriesOriginMode OriginMode {get; set;}