Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

add a property which can set the axis' AxisType #1075

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LyonJack
Copy link

Summary

add a property which can set the axis' AxisType

Solves

add a property which can set the axis' AxisType

@LyonJack
Copy link
Author

you can set Axis' AxisType to convert the values as actual or per

@@ -202,7 +202,7 @@ public virtual void PrepareAxes()
AxisX[index],
View.ActualSeries
// ReSharper disable once AccessToModifiedClosure
.Where(series => series.Values != null && series.ScalesXAt == index).ToArray(),
.Where(series => series.Values != null && series.ScalesXAt == (int)AxisY[index].AxisType).ToArray(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like you've not reviewed your own code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants