ActiveReports Developer 7
BlackAndWhiteMode Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ChartControl Class : BlackAndWhiteMode Property

Glossary Item Box

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 System.Boolean
C# 
public System.bool BlackAndWhiteMode {get; set;}

Property Value

A Boolean value.  The default value is False.

See Also