Gets or sets the brush, which is used when drawing the shadow of the chart axes. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.Brush class. RemarksThe property specifies the brush for drawing axes shadows in 3D charts. Axes are drawn with shadows when the type of the chart (LineType, BarType) is set to a 3D chart and Depth3D is greater than 0. If the chart has multiple series, its shadow is drawn larger so that all series could fit in. Default value for the AxisShadowBrush property is a semitransparent SolidBrush with alpha value 100 and color equal to the color of the AxisPen. See Also |