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

 

SetLogXAxis

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLogXAxis

 

 

Specify whether to show the X axis by logarithmic scale.

 

 

 

Prototype :

 

void SetLogXAxis

(

        bool LogXAxis

)

 

 

 

Arguments :

 

LogXAxis

true for logarithmic scale of X axis

 

 

 

Example :

 

This.SetLogXAxis(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind