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