'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Attributes")> <System.ComponentModel.DescriptionAttribute("Whether to use the plot or content area aspect when operating in Fit mode.")> Public Property UsePlotAspect As System.Boolean
'Usage
Dim instance As NCartesianChart Dim value As System.Boolean instance.UsePlotAspect = value value = instance.UsePlotAspect
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Attributes")] [System.ComponentModel.Description("Whether to use the plot or content area aspect when operating in Fit mode.")] public System.bool UsePlotAspect {get; set;}