Namespace: 
   C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
      
    Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [DefaultValueAttribute(false)] [ObsoleteAttribute("Instead, use UseAntiAliasedText and UseAntiAliasedGraphics to manage text and graphics antialiasing independently.")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public bool UseAntiAlias { get; set; }  | 
| Visual Basic | 
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ <DefaultValueAttribute(False)> _ <ObsoleteAttribute("Instead, use UseAntiAliasedText and UseAntiAliasedGraphics to manage text and graphics antialiasing independently.")> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property UseAntiAlias As Boolean Get Set  |