Gets or sets a value indicating whether to render the chart with grayscale instead of color.
Namespace:
C1.Web.C1WebChartRemarks
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.
Assembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public bool UseGrayscale { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property UseGrayscale As Boolean Get Set |