Gets or sets the brush used for filling the axis shadow in 3D charts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Brush AxisShadowBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property AxisShadowBrush As Brush |
An instance of a Brush-derived class.
The 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 semi - transparent SolidBrush with alpha value 100 and color equal to the color of the AxisPen.