BarChart for ASP.NET WebForms
ChartAxisAnnoMethod Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace : ChartAxisAnnoMethod Enumeration
Use the members of this enumeration to set the value of the ChartAxis.AnnoMethod property.
Syntax
'Declaration
 
Public Enum ChartAxisAnnoMethod 
   Inherits System.Enum
public enum ChartAxisAnnoMethod : System.Enum 
Members
MemberDescription
ValueLabelsThe axis will be annotated with values specified in the ValueLabelsCollection.
ValuesThe axis will be annotated automatically by the chart.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartAxisAnnoMethod

See Also

Reference

C1.Web.Wijmo.Controls.C1Chart Namespace