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



In This Topic
    FrequencyPolygonStyle Property
    In This Topic
    Gets or sets the FrequencyPolygonStyle property.
    Syntax
    'Declaration
     
    
    Public Property FrequencyPolygonStyle As ChartStyle
    'Usage
     
    
    Dim instance As Histogram
    Dim value As ChartStyle
     
    instance.FrequencyPolygonStyle = value
     
    value = instance.FrequencyPolygonStyle
    public ChartStyle FrequencyPolygonStyle {get; set;}
    public:
    property ChartStyle^ FrequencyPolygonStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also