Jump to content
Software FX Community

Menu for right click on x axis


User (Legacy)

Recommended Posts

I want to replace the context menus with my own and I couldn't find any

dialog (using ShowDialog) that has the font & color properties for the

labels on it. I am using

ChartFX1.ShowDialog CDIALOG_FONTS, CHART_XLEGFT

when I want to edit the font for the x-axis label, but is there a dialog for

the color?

Thanks

Daniel Reber

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:CDFTItxPCHA.1060@webserver1.softwarefx.com...

> No. These menu options are attached to the axis that was clicked, for

> example if you click in the Y-Axis Font... will have a different meaning

> than if you click in the primary. What exactly do you want to do ? where

do

> you want to display this menu ?

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

1) You can customize the menu with your own commands. Please refer to

"Customizing Tools\Tool Bar and Menu Bar" in the Programmer's guide for

details.

2) You can display your own dialog, or use the Windows Common dialogs to

select the font and color (Font Dialog) and then use the Chart FX API to set

it to the chart (Font and RGBFont properties).

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...