{
  "name": "line-chart-group",
  "version": "20.0.2",
  "jetVersion": "^20.0.2",
  "pack": "oj-c",
  "type": "composite",
  "dependencyScope": "runtime",
  "license": "https://opensource.org/licenses/UPL",
  "implements": [
    "CLineChartGroupElement"
  ],
  "subcomponentType": "data",
  "description": "The oj-c-line-chart-group element is used to declare group properties in the groupTemplate",
  "displayName": "LineChartGroup",
  "main": "oj-c/line-chart-group",
  "help": "oj-c.LineChartGroup.html",
  "status": [
    {
      "type": "candidate",
      "since": "17.0.0"
    }
  ],
  "extension": {
    "catalog": {
      "category": "Visualizations"
    }
  },
  "since": "16.0.0",
  "properties": {
    "drilling": {
      "type": "string",
      "description": "Whether drilling is enabled on the group label.",
      "displayName": "Drilling",
      "help": "#drilling",
      "enumValues": [
        "off",
        "inherit",
        "on"
      ],
      "value": "inherit"
    },
    "name": {
      "type": "string",
      "description": "The name of the group.",
      "displayName": "Name",
      "help": "#name"
    },
    "shortDesc": {
      "type": "string",
      "description": "The description of the group.",
      "displayName": "ShortDesc",
      "help": "#shortDesc"
    }
  },
  "methods": {
    "setProperty": {
      "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
      "help": "#setProperty",
      "params": [
        {
          "name": "property",
          "description": "The property name to set. Supports dot notation for subproperty access.",
          "type": "string"
        },
        {
          "name": "value",
          "description": "The new value to set the property to.",
          "type": "any"
        }
      ],
      "return": "void"
    },
    "getProperty": {
      "description": "Retrieves the value of a property or a subproperty.",
      "help": "#getProperty",
      "params": [
        {
          "name": "property",
          "description": "The property name to get. Supports dot notation for subproperty access.",
          "type": "string"
        }
      ],
      "return": "any"
    },
    "setProperties": {
      "description": "Performs a batch set of properties.",
      "help": "#setProperties",
      "params": [
        {
          "name": "properties",
          "description": "An object containing the property and value pairs to set.",
          "type": "object"
        }
      ],
      "return": "void"
    }
  }
}