TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetYCrossBetweenX

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetYCrossBetweenX

 

 

Sets the option value which indicates whether data item is positioned between X axis major tick or on the tick.

 

 

 

Prototype :

 

void SetYCrossBetweenX

(

        string YCrossBetweenX

)

 

 

 

Arguments :

 

YCrossBetweenX

refer to ChartYCrossBetweenXConst

 

 

 

Example :

 

//string

 This.SetYCrossBetweenX("Yes");

 

//constant

 This.SetYCrossBetweenX(ChartYCrossBetweenXConst.Yes);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind

 

 

 

See also :

 

ChartYCrossBetweenXConst