| Visual Basic (Declaration) | |
|---|---|
Public Overrides Property Width As Unit  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public override Unit Width {get; set;}  | |
| C# |  Copy Code | 
|---|---|
Chart.Width = 600; | |
| Visual Basic |  Copy Code | 
|---|---|
Chart.Width = Unit.Parse(600) | |
| dotnetCHARTING | Send comments on this topic. | 
| Width Property | |
| See Also Example | |
                    
                    
                         
                        
                        
                    
                    
                         
                        
                        
                        
                    
                    
                 | 
            
| dotnetCHARTING Namespace > Chart Class : Width Property | 
| Visual Basic (Declaration) | |
|---|---|
Public Overrides Property Width As Unit  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public override Unit Width {get; set;}  | |
| C# |  Copy Code | 
|---|---|
Chart.Width = 600; | |
| Visual Basic |  Copy Code | 
|---|---|
Chart.Width = Unit.Parse(600) | |