Gets or sets whether the X values of the series are automatically set to their index value.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(false)] public bool AutoEnumerate { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(False)> _ Public Property AutoEnumerate As Boolean Get Set |