UNPKG

igniteui-angular-gauges

Version:

Ignite UI Angular gauge components.

90 lines (89 loc) 4.41 kB
import { OnInit } from "@angular/core"; import { XamLinearGraphRange } from "./XamLinearGraphRange"; import * as i0 from "@angular/core"; export declare class IgxLinearGraphRangeComponent implements OnInit { protected _implementation: any; get i(): XamLinearGraphRange; private onImplementationCreated; constructor(); get rangeInternal(): XamLinearGraphRange; protected createImplementation(): XamLinearGraphRange; ngOnInit(): void; private _renderer; private _provideRenderer; static _createFromInternal(internal: any): IgxLinearGraphRangeComponent; /** * Gets or sets the name of the range. */ get name(): string; set name(v: string); /** * Gets or sets the brush to use to fill the range. */ get brush(): string; set brush(v: string); /** * Gets or sets the outline to use when rendering the range. */ get outline(): string; set outline(v: string); /** * Gets or sets the value at which the range starts along the scale. */ get startValue(): number; set startValue(v: number); static ngAcceptInputType_startValue: number | string; /** * Gets or sets the value at which the range ends along the scale. */ get endValue(): number; set endValue(v: number); static ngAcceptInputType_endValue: number | string; /** * Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. * Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph. */ get innerStartExtent(): number; set innerStartExtent(v: number); static ngAcceptInputType_innerStartExtent: number | string; /** * Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. * Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph. */ get innerEndExtent(): number; set innerEndExtent(v: number); static ngAcceptInputType_innerEndExtent: number | string; /** * Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. * Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph. */ get outerStartExtent(): number; set outerStartExtent(v: number); static ngAcceptInputType_outerStartExtent: number | string; /** * Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. * Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph. */ get outerEndExtent(): number; set outerEndExtent(v: number); static ngAcceptInputType_outerEndExtent: number | string; /** * Gets or sets the stroke thickness to use when rendering this range's outline. */ get strokeThickness(): number; set strokeThickness(v: number); static ngAcceptInputType_strokeThickness: number | string; findByName(name: string): any; protected __p: string; protected _hasUserValues: Set<string>; protected get hasUserValues(): Set<string>; protected __m(propertyName: string): void; protected _stylingContainer: any; protected _stylingParent: any; protected _inStyling: boolean; protected _styling(container: any, component: any, parent?: any): void; protected _zoneRunner: (act: () => void) => void; protected _runInZone(act: () => void): void; static ɵfac: i0.ɵɵFactoryDeclaration<IgxLinearGraphRangeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgxLinearGraphRangeComponent, "igx-linear-graph-range", never, { "name": "name"; "brush": "brush"; "outline": "outline"; "startValue": "startValue"; "endValue": "endValue"; "innerStartExtent": "innerStartExtent"; "innerEndExtent": "innerEndExtent"; "outerStartExtent": "outerStartExtent"; "outerEndExtent": "outerEndExtent"; "strokeThickness": "strokeThickness"; }, {}, never, never>; }