'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether to extend the stripline in the chart area.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ExtendInChartArea As System.Boolean
'Usage
Dim instance As NScaleStripStyle Dim value As System.Boolean instance.ExtendInChartArea = value value = instance.ExtendInChartArea
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether to extend the stripline in the chart area.")] [System.Xml.Serialization.XmlAttribute()] public System.bool ExtendInChartArea {get; set;}