ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LineAreaOptions Class
Members


In This Topic
    LineAreaOptions Class
    In This Topic
    Specifies various advanced options for line and area charts.
    Object Model
    LineAreaOptions Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class LineAreaOptions 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As LineAreaOptions
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class LineAreaOptions : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.LineAreaOptions

    See Also