Gets or sets the annotation method used.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public AnnotationMethodEnum AnnoMethod { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property AnnoMethod As AnnotationMethodEnum Get Set |
Remarks
AnnotationMethodEnum has two possible values, ValueLabels or Values.
Values annotation can be used with any chart type in any instance.
ValueLablels annotation cannot be used on the X-axis and the Y-axis for Pie charts.