ComponentOne Chart for WPF and Silverlight
Chart for WPF and Silverlight / Chart Types / Candle Chart / Changing the Candle Stick Width
In This Topic
    Changing the Candle Stick Width
    In This Topic

    To change the candle stick width, use the SymbolSize property like the following:

    C#
    Copy Code
    ds.SymbolSize = new Size(5, 5);
    

    See Also