'Declaration
<System.ComponentModel.CategoryAttribute("Infinity Data Points Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the appearance mode for the Infinity data points")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property AppearanceMode As InfinityDataPointsAppearanceMode
'Usage
Dim instance As NInfinityDataPointsAppearance Dim value As InfinityDataPointsAppearanceMode instance.AppearanceMode = value value = instance.AppearanceMode
[System.ComponentModel.Category("Infinity Data Points Appearance")] [System.ComponentModel.Description("Specifies the appearance mode for the Infinity data points")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public InfinityDataPointsAppearanceMode AppearanceMode {get; set;}