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