ComponentOne FinancialChart for WPF
C1LineMarker Class
Members 



C1.WPF.Chart.Interaction Namespace : C1LineMarker Class
Represents an extension of the LineMarker for the FlexChart.
Syntax
'Declaration
 
<TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Canvas)>
<TemplatePartAttribute(Name="VerticalLine", Type=System.Windows.Shapes.Line)>
<TemplatePartAttribute(Name="HorizontalLine", Type=System.Windows.Shapes.Line)>
<TemplatePartAttribute(Name="Content", Type=System.Windows.Controls.Border)>
<LicenseProviderAttribute()>
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)]
[TemplatePart(Name="VerticalLine", Type=System.Windows.Shapes.Line)]
[TemplatePart(Name="HorizontalLine", Type=System.Windows.Shapes.Line)]
[TemplatePart(Name="Content", Type=System.Windows.Controls.Border)]
[LicenseProvider()]
public class C1LineMarker : System.Windows.Controls.Control, C1.WPF.Chart.IChartLayer  
[TemplatePart(Name="Root", Type=System.Windows.Controls.Canvas)]
[TemplatePart(Name="VerticalLine", Type=System.Windows.Shapes.Line)]
[TemplatePart(Name="HorizontalLine", Type=System.Windows.Shapes.Line)]
[TemplatePart(Name="Content", Type=System.Windows.Controls.Border)]
[LicenseProvider()]
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

Reference

C1LineMarker Members
C1.WPF.Chart.Interaction Namespace