Chart for WinRT
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);

  

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback