ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartStyle Class / LinePattern Property

In This Topic
    LinePattern Property (ChartStyle)
    In This Topic
    Gets or sets the Line Pattern.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <BrowsableAttribute(False)>
    <C1DescriptionAttribute("ChartStyle.LinePattern", "Gets or sets the Line Pattern.")>
    Public Property LinePattern As LinePatternEnum
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Browsable(false)]
    [C1Description("ChartStyle.LinePattern", "Gets or sets the Line Pattern.")]
    public LinePatternEnum LinePattern {get; set;}
    See Also