C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartAxisAnnoMethod Enumeration

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
 
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