ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Histogram Class / FrequencyPolygonStyle Property

In This Topic
    FrequencyPolygonStyle Property (Histogram)
    In This Topic
    Gets or sets the FrequencyPolygonStyle property.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Histogram.FrequencyPolygonStyle", "Gets or sets the FrequencyPolygonStyle property.")>
    Public Property FrequencyPolygonStyle As ChartStyle
    [C1Description("Histogram.FrequencyPolygonStyle", "Gets or sets the FrequencyPolygonStyle property.")]
    public ChartStyle FrequencyPolygonStyle {get; set;}
    See Also