ActiveReports3 Request technical support
BlackAndWhiteMode Property
See Also 


Gets or sets a value indicating whether the chart will be drawn in black and white using hatch patterns and line dashing to designate colors.

Syntax

Visual Basic (Declaration) 
Public Property BlackAndWhiteMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartControl
Dim value As Boolean
 
instance.BlackAndWhiteMode = value
 
value = instance.BlackAndWhiteMode
C# 
public bool BlackAndWhiteMode {get; set;}

Return Value

A Boolean value.  The default value is False.

See Also