Usage
Signature:
interface CAreaChartGroupElement
- Typescript Import Format
- //To typecheck the element APIs, import as below.
 import { CAreaChartGroupElement } from "oj-c/area-chart-group";
 //For the transpiled javascript to load the element's module, import as below
 import "oj-c/area-chart-group";
For additional information visit:
Attributes
- 
    
    drilling :"inherit"|"off"|"on"
- 
    
      Whether drilling is enabled on the group label. Drillable objects will show a pointer cursor on hover and fire anojDrillevent on click. To enable drilling for all group labels at once, use the drilling attribute in the top level.- Default Value:
- "inherit"
 
 
- 
    
    name :string
- 
    
      The name of the group.
- 
    
    short-desc :string
- 
    
      The description of the group. This is used for customizing the tooltip text and only applies to a categorical axis.