ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ChartControl Class / BlackAndWhiteMode Property

In This Topic
    BlackAndWhiteMode Property
    In This Topic
    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
    'Declaration
     
    Public Property BlackAndWhiteMode As Boolean
    public bool BlackAndWhiteMode {get; set;}

    Property Value

    A Boolean value.  The default value is False.
    See Also