UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

19 lines (18 loc) 654 B
import { IgrDataContext } from "igniteui-react-core"; import { FunnelSliceDataContext as FunnelSliceDataContext_internal } from "./FunnelSliceDataContext"; /** * Represents the funnel slice data currently in context. */ export declare class IgrFunnelSliceDataContext extends IgrDataContext { protected createImplementation(): FunnelSliceDataContext_internal; /** * @hidden */ get i(): FunnelSliceDataContext_internal; constructor(); /** * Gets or sets the Outline to use to color the item. */ get itemOutline(): string; set itemOutline(v: string); }