Top   Module   Use   Manual   Index 

com :: sun :: star :: chart ::

constants group ChartAxisAssign


Description
These values specify to which y-axis a data row is assigned.


Constants

const long PRIMARY_Y = = 2;
Description
Assign row to primary y -axis
const long SECONDARY_Y = = 4;
Description
Assign row to secondary y -axis
Top of Page