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

In This Topic
    StrokeDashPattern Property (ChartStyle)
    In This Topic
    Gets or sets the stroke dash pattern.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartStyle.StrokeDashPattern", "Gets or sets the stroke dash pattern.")>
    <BrowsableAttribute(False)>
    <DefaultValueAttribute("")>
    Public Property StrokeDashPattern As Single()
    [C1Description("ChartStyle.StrokeDashPattern", "Gets or sets the stroke dash pattern.")]
    [Browsable(false)]
    [DefaultValue("")]
    public float[] StrokeDashPattern {get; set;}
    See Also