ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Can this POWER LAW chart be drawn ?
Posted by icm63 on Apr-24-2025 02:56
Chart Dir ver: 6.0, code vb.net

In the finance chart you can do this

x axis: linear
y axis: linear

x axis: linear
y axis: log


BUT CAN you do this?

x axis: log
y axis: log

Can it be done with any other chart format in ChartDir

Example charts on this link

https://powerlawbtc.com

  Re: Can this POWER LAW chart be drawn ?
Posted by Peter Kwan on Apr-24-2025 23:43
Hi icm63,

For a standard FinanceChart, the x-axis is date/time. It is unclear how you can use a log x-axis for a FinanceChart.

The "https://powerlawbtc.com" chart is only a line chart. Both the x-axis and y-axis are numeric. There is no financical chart specific features (OHLC, candlesticks, RSI, etc). ChartDirector can draw such a chart too with a log x-axis and log y-axis.

Best Regards
Peter Kwan