FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataLabel Class / Filter Property

In This Topic
    Filter Property (ChartDataLabel)
    In This Topic
    Gets or sets the filter value of the data label. If 1 then every data point is labeled, if 2 then every other data point is labeled.
    Syntax
    'Declaration
     
    Public Property Filter As Integer
    public int Filter {get; set;}
    See Also