Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Please improve your IDE help file
posted

I'm sorry to say the help file installed within the setup file(eg. win client 2009) is too bad. The explanations in it are almost useless.

For example, I want to know how to set format string for a chart axis. I press F1 on ItemFormatString, the help file just tells me:

Syntax

Visual Basic (Declaration) 
Public Property ItemFormatString As String
C# 
public string ItemFormatString {get; set;}

Remarks

This property specifies a custom format for item labels. The ItemFormat property can be used to select a pre-defined format. If this property is set, the ItemFormat property will be set to Custom.

Parents Reply Children