In This Topic
Gets or sets the maximum number of labels for automatic positioning.
Syntax
'Declaration
Public Property MaxAutoLabels As Integer
'Usage
Dim instance As DataLabel
Dim value As Integer
instance.MaxAutoLabels = value
value = instance.MaxAutoLabels
public int MaxAutoLabels {get; set;}
public:
property int MaxAutoLabels {
int get();
void set ( int value);
}
See Also