Hi
Thank you for your reply. i've found the cause which is a typo by mistake.
xl
Hi Xiaolong,
Can you post the complete code that generates that problem? How do you call TransformScaleToClient in the code below?
Best Regards,Nevron Support Team
Hi experts
When i tries to use the following code to do the transformation from model to client, i found the x value is always wrong. could anybody give any hints? Thanks a lot.
public
{
_chart.TransformModelToClient(_chartCtrl.View.Context,
}
This is the code to configure x axis :
dateTimeScale.MaxTickCount = 15;
dateTimeScale.Name =
dateTimeScale.Title.Text =
dateTimeScale.ViewRangeInflateMode =
dateTimeScale.AbsoluteInflate =
AttachMajorGridToAxis(dateTimeScale);
axisX.ScaleConfigurator = dateTimeScale;