bulubuloa / Ultimate-Xamarin-Forms-KIT

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

How to show candle wicks in candlestick chart? #12

Closed Ed-Relight closed 5 years ago

Ed-Relight commented 5 years ago

Hi, thanks for the awesome tool! I cannot find how to show wicks, could you help me? thanks

Ed-Relight commented 5 years ago

Here's how:

CandleStickDataSet dataset; CandleStickDataSet.ShadowWidth = 1, CandleStickDataSet.ShadowColorSameAsCandle = true,