I have an XY graph with two dataplots. One plot corresponds to the left y-axis and the other to the right y-axis. The plot corresponding to the right y-axis is blue. I'd like to set the color of the right y-axis labels and tick marks to blue to match the dataplot. Is this possible? So far I have only been able to change the axis name for all axis using: 
     
  SetCtrlAttribute (panelHandle,       graphCtrl,  ATTR_XYNAME_COLOR,  VAL_BLUE);
 
It would be nice if the color attribute could be set for the Active axis only. Any ideas?
 
Thanks,
 
Ryan