PlotFill Property (C1Chart3D)
In This Topic
Gets or sets the brush for plot area filling.
Syntax
'Declaration
Public Property PlotFill As Brush
'Usage
Dim instance As C1Chart3D
Dim value As Brush
instance.PlotFill = value
value = instance.PlotFill
public Brush PlotFill {get; set;}
See Also