ComponentOne Chart for .NET (2.0) Search HelpCentral 

AnnotationMethodEnum Enumeration

Use the members of this enumeration to set the state of the ValueLabels collection in the Axis class.

[Visual Basic]

Public Enum AnnotationMethodEnum

[C#]

public enum AnnotationMethodEnum

[Delphi]

type AnnotationMethodEnum = (Mixed, ValueLabels, Values);

Namespace: C1.Win.C1Chart

Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Members

Member name

Description

Mixed

Both automatic annotatations and value labels will be visible.

ValueLabels

The axis will be annotated with values specified in the ValueLabelsCollection.

Values

The axis will be annotated automatically by the chart.

See Also

C1.Win.C1Chart Namespace


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