'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of the empty data points.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property DataPointOriginIndex As System.Integer
'Usage
Dim instance As NSeries Dim value As System.Integer instance.DataPointOriginIndex = value value = instance.DataPointOriginIndex
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the appearance of the empty data points.")] [System.Xml.Serialization.XmlAttribute()] public System.int DataPointOriginIndex {get; set;}