Jump to content

Search the Community

Showing results for tags 'delphi13'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. Hello, I am using TChart in an FMX Application and have set the property "LabelsGridIgnoresLabelSize" of my Bottom Axis to True. After switching to Delphi13 this property is not existing anymore. The property allows to show the labels of the axis very close together. In this case you have to be careful that there is no overlapping but I need this property so my small chart shows the labels. If I did not set the property the automatic overlapping cheking algorithm from the chart will lead to the situation that not all labels are shown. So question is: Whats the alternative for the property "LabelsGridIgnoresLabelSize" because it seem that the property is removed in the new version of tchart. Thanks
×