Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create custom series class for QChart
Forum Updated to NodeBB v4.3 + New Features

How to create custom series class for QChart

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #1

    Hi all,
    How to create custom series class for QChart? For example inheritance from QAbstractSeries (or another inherited classes, like QXYSeries class) is impossible because everything related with QGraphicsItem containts in QAbstractSeriesPrivate class.

    VRoninV 1 Reply Last reply
    0
    • ? A Former User

      Hi all,
      How to create custom series class for QChart? For example inheritance from QAbstractSeries (or another inherited classes, like QXYSeries class) is impossible because everything related with QGraphicsItem containts in QAbstractSeriesPrivate class.

      VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      @feodor_ra said in How to create custom series class for QChart:

      is impossible because everything related with QGraphicsItem containts in QAbstractSeriesPrivate class.

      This should not be the problem, the real problem is here: https://doc.qt.io/qt-5/qabstractseries.html#SeriesType-enum i.e. the series types are a closed group that can't be expanded. All you can do is add your own series into Qt sources and recompile the whole QtCharts module

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved