igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
23 lines (22 loc) • 1.03 kB
TypeScript
import { IgPoint } from "igniteui-angular-core";
import { IgxHorizontalAnchoredCategorySeriesComponent } from "./igx-horizontal-anchored-category-series-component";
import { FragmentBase } from "./FragmentBase";
import * as i0 from "@angular/core";
/**
* Represents one part of a stacked series.
*/
export declare abstract class IgxFragmentBaseComponent extends IgxHorizontalAnchoredCategorySeriesComponent {
/**
* @hidden
*/
get i(): FragmentBase;
constructor();
/**
* Gets whether the current series is a stack fragment.
*/
get isFragment(): boolean;
static ngAcceptInputType_isFragment: boolean | string;
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
static ɵfac: i0.ɵɵFactoryDeclaration<IgxFragmentBaseComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IgxFragmentBaseComponent, "ng-component", never, {}, {}, never, never>;
}