import { EventEmitter, TemplateRef } from '@angular/core'; import { ViewDimensions } from '../../../common/view-dimensions.helper'; import { ColorHelper } from '../../../common/color.helper'; import { BaseChartComponent } from '../../../common/base-chart.component'; import { DateFormatModel } from '../../../models/date-format.model'; export declare class LineChartSimpleComponent extends BaseChartComponent { legend: any; legendTitle: string; legendPosition: string; xAxis: any; yAxis: any; showXAxisLabel: any; showYAxisLabel: any; xAxisLabel: any; yAxisLabel: any; autoScale: any; timeline: any; gradient: boolean; showGridLines: boolean; curve: any; activeEntries: any[]; schemeType: string; rangeFillOpacity: number; trimXAxisTicks: boolean; trimYAxisTicks: boolean; rotateXAxisTicks: boolean; maxXAxisTickLength: number; maxYAxisTickLength: number; xAxisTickFormatting: any; yAxisTickFormatting: any; xAxisTicks: any[]; yAxisTicks: any[]; roundDomains: boolean; tooltipDisabled: boolean; showRefLines: boolean; referenceLines: any; showRefLabels: boolean; xScaleMin: any; xScaleMax: any; yScaleMin: number; yScaleMax: number; backgroundGradientConfigs: any[]; set forceManualXHover(val: any); showPercentage: boolean; units: string; dims: ViewDimensions; valueFormat: any; formatTooltip: boolean; xAxisIsDate: boolean; /** * example {DayOfWeek: true, * Month: false, * DayOfMonth: true, * Year: false, * Time: true, * TimeZone: false} */ xAxisDateFormat: DateFormatModel; activate: EventEmitter; deactivate: EventEmitter; pixelValueXChanged: EventEmitter; tooltipTemplate: TemplateRef; seriesTooltipTemplate: TemplateRef; xSet: any; xDomain: any; yDomain: any; seriesDomain: any; yScale: any; xScale: any; colors: ColorHelper; scaleType: string; transform: string; clipPath: string; clipPathId: string; series: any; areaPath: any; margin: number[]; hoveredVertical: any; xAxisHeight: number; yAxisWidth: number; filteredDomain: any; legendOptions: any; hasRange: boolean; timelineWidth: any; timelineHeight: number; timelineXScale: any; timelineYScale: any; timelineXDomain: any; timelineTransform: any; timelinePadding: number; ForceManualHover: any; update(): void; FormatXAxisDate(value: Date): string; updateTimeline(): void; getXDomain(): any[]; getYDomain(): any[]; getSeriesDomain(): any[]; getXScale(domain: any, width: any): any; getYScale(domain: any, height: any): any; updateDomain(domain: any): void; HoveredVerticalChange: EventEmitter; updateHoveredVertical(item: any): void; sendBackPixelValueX(event: any): void; hideCircles(): void; onClick(data: any): void; trackBy(index: any, item: any): string; setColors(): void; getLegendOptions(): any; updateYAxisWidth({ width }: any): void; updateXAxisHeight({ height }: any): void; onActivate(item: any): void; onDeactivate(item: any): void; deactivateAll(): void; } //# sourceMappingURL=line-chart-simple.component.d.ts.map