# Changing the Candle Stick Width

## Content



To change the candle stick width, use the [SymbolSize](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.DataSeries.SymbolSize.html) property like the following:

```csharp
ds.SymbolSize = new Size(5, 5);
```

## See Also

[HighLowOpenClose Chart](/componentone/docs/wpf/online-chart/overview/Types/HighLowOpenCloseChart)