AnnoMethod Property
AnnoMethod
Gets or sets annotation method of the axis.
Declaration
[TypeConverter(typeof(AnnoMethodTypeConverter))]
public AnnotationMethodEnum AnnoMethod { get; set; }
<TypeConverter(GetType(AnnoMethodTypeConverter))>
Public Property AnnoMethod As AnnotationMethodEnum
See Also