GraphOption.InsideColor
This property returns/sets inside background color of the graph.
SVB Example
Changing graph options:
Sub Main Application.Option.Graph.CustomTitle = "INTERNAL USE ONLY" Application.Option.Graph.InsideColor = 16777215 Application.Option.Graph.OutsideColor = 16777215 Application.Option.Graph.FontFace = "MS UI Gothic" Application.Option.Graph.PlotAreasGradient = scGradientLightToDark Application.Option.Graph.PlotAreasOpacity = 200 Application.Option.Graph.MarkersOpacity = 200 End Sub
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.