'Declaration <CategoryAttribute("General")> <DescriptionAttribute("An additional scale to the 2D objects of the chart.")> <DefaultValueAttribute()> Public Property Scale2DObjects As Single
'Usage Dim instance As Settings Dim value As Single instance.Scale2DObjects = value value = instance.Scale2DObjects
[Category("General")] [Description("An additional scale to the 2D objects of the chart.")] [DefaultValue()] public float Scale2DObjects {get; set;}