Gets or sets the filter value of the data label.
[Visual Basic]
Public Property Filter As Integer
[C#]
public int Filter {get;set;}
[Delphi]
public property Filter: Int32 read get_Filter write set_Filter;
Remarks
If filter = 1 every data point is labelled, when filter = 2 every second data point is labelled.
See Also
DataLabel Class | DataLabel Members | C1.Win.C1Chart Namespace | DataLabel Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |