Version

ApplyRowWise Property

Apply this motif on a per-series basis.
Syntax
'Declaration
 
Public Property ApplyRowWise As Boolean
public bool ApplyRowWise {get; set;}
Remarks

Skinning chart elements row-wise applies one member of the PaintElement array to each row of data; this typically corresponds to a series in many chart types. In order to apply a consistent skinning by fields of data charted (based on underlying data columns), set this property to False.

For best results, it is recommended there be at least as many (or more) PaintElement objects in the PaintElement array as there are rows (when applied row-wise) or columns (when not row-wise).

The default value for row-wise motif application is True.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also