Chart for WinRT > Chart Types > Candle Chart > Changing the Candle Stick Width |
To change the candle stick width, use the DataSeries.SymbolSize property like the following:
C# |
Copy Code
|
---|---|
DataSeries ds = new DataSeries(); ds.SymbolSize = new Size(5, 5); |