User (Legacy) Posted September 20, 2002 Report Posted September 20, 2002 i am trying to 'save' the users font and color selections. i'm using chartfx client server version 5.0.6.0 from visual basic 6.0. i'm saving the font settings (except color --> it never has any value) and then reloading them. however the settings when loaded back in are never actually displayed in the chart. the default fonts and settings are used. i'm using: .Axis(AXIS_X).TitleFont (all attributes) and .AXIS(AXIS_X).TitleColor. and i'm saving out all of the AXIS_X, AXIS_Y, and AXIS_Y2 info. how can i get the colors? and how can i make the chart use them when loading the chart? thank you sandy rumble
Software FX Posted September 23, 2002 Report Posted September 23, 2002 To get and set the font colors use the RGBFont property. -- FP Software FX, Inc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.