'Usage
Dim instance As DataLabels
Dim value As Integer
instance.DrawEvery = value
value = instance.DrawEvery
[Category("General")]
[Description("Specifies between how many data points data labels should be rendered..")]
[DefaultValue(1)]
public int DrawEvery {get; set;}
Remarks
By default set to 1. Valid when the mode is set to Every.
Example
The following code displays a label at each second data point.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2