'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Format As System.String
'Usage
Dim instance As NAutoLegend Dim value As System.String instance.Format = value value = instance.Format
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Defines the information which must be displayed for each data point if the Mode is set to DataPoints.")] [System.Xml.Serialization.XmlAttribute()] public System.string Format {get; set;}