UNPKG

ag-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

27 lines (26 loc) 862 B
import { _ModuleSupport } from 'ag-charts-community'; import { PolarCrossLine, PolarCrossLineLabel } from './polarCrossLine'; declare class RadiusCrossLineLabel extends PolarCrossLineLabel { positionAngle?: number; } export declare class RadiusCrossLine extends PolarCrossLine { static readonly className = "RadiusCrossLine"; direction: _ModuleSupport.ChartAxisDirection; gridAngles?: number[]; label: RadiusCrossLineLabel; private readonly polygonNode; private readonly sectorNode; private readonly crossLineRange; private readonly labelNode; private outerRadius; private innerRadius; constructor(); update(visible: boolean): void; private updateRadii; private drawPolygon; private updatePolygonNode; private updateSectorNode; private updateLabelNode; private getPadding; } export {};