ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.AnnoMethod Property

Gets or sets the annotation method used.

[Visual Basic]

Public Property AnnoMethod As AnnotationMethodEnum

[C#]

public AnnotationMethodEnum AnnoMethod {get;set;}

[Delphi]

public property AnnoMethod: AnnotationMethodEnum read get_AnnoMethod write set_AnnoMethod;

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.

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.