Search results

  1. D

    Reply

    In the finish method of the control, do this: If DataValue = 0 Then Size.Height = 0 Size.Width = 0 End If Alternatively, you can also just make the Font.Color = White if the condition is met, instead of changing the dimensions of the control.
  2. D

    Summary Graph Percentage

    Under ChartType-Specific, select "ShowAsPercent" to True.
  3. D

    Graph

    How do we customize the Point Labels in a Line Graph? The labels overlap each other when the lines are real close. Thanks.
  4. D

    Retrieving specific components from the Server

    Hi, I would appreciate if someone can help me find answers to the following questions: 1) Once report is generated in HTML how does the Graph component gets stored on the Server...as a native Actuate file type? 2) When the Server sends back the URL of the generated report, does it include...
Top