ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class
Members



In This Topic
    C1LineMarker Class
    In This Topic
    Represents an extension of the LineMarker for the FlexChart.
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Canvas)>
    <LicenseProviderAttribute()>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1LineMarker 
       Inherits System.Windows.Controls.Control
       Implements C1.WPF.Chart.IChartLayer 
    'Usage
     
    
    Dim instance As C1LineMarker
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Canvas)]
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1LineMarker : System.Windows.Controls.Control, C1.WPF.Chart.IChartLayer  
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Canvas)]
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1LineMarker : public System.Windows.Controls.Control, C1.WPF.Chart.IChartLayer  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Chart.Interaction.C1LineMarker

    See Also