Visual Basic (Declaration) | |
---|---|
Public Property Background As Background |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Background Background {get; set;} |
C# | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory); |
Visual Basic | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory) |
dotnetCHARTING | Send comments on this topic. |
Background Property | |
See Also Example |
![]() ![]() |
dotnetCHARTING Namespace > Chart Class : Background Property |
Visual Basic (Declaration) | |
---|---|
Public Property Background As Background |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Background Background {get; set;} |
C# | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory); |
Visual Basic | ![]() |
---|---|
Chart.Background = new Background(Color.Ivory) |