ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / UseGrayscale Property

In This Topic
    UseGrayscale Property
    In This Topic
    Gets or sets a value indicating whether to render the chart with grayscale instead of color. The use of Grayscale is intended as a preview for output to a black and white device. It does not affect style brush or pen colors internally, only the rendering of the chart to the output devices and images. Using grayscale implies the use of double buffered output.
    Syntax
    'Declaration
     
    Public Shadows Property UseGrayscale As System.Boolean
    public new System.bool UseGrayscale {get; set;}
    Remarks
    The use of Grayscale is intended as a preview for output to a black and white device. It does not affect style brush or pen colors internally, only the rendering of the chart to the output devices and images. Using grayscale implies the use of double buffered output.
    See Also