UNPKG

igniteui-react-core

Version:
87 lines (86 loc) 3.55 kB
import { MarkerSeriesDescription } from "./MarkerSeriesDescription"; import { FormatSpecifierDescription } from "./FormatSpecifierDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class RadialBaseDescription extends MarkerSeriesDescription { static $t: Type; protected get_type(): string; constructor(); private gb; get autoCalloutLabelPrecision(): number; set autoCalloutLabelPrecision(a: number); private gc; get autoCalloutPercentagePrecision(): number; set autoCalloutPercentagePrecision(a: number); private gi; get autoCalloutLabelValueSeparator(): string; set autoCalloutLabelValueSeparator(a: string); private gn; get legendRadialLabelMode(): string; set legendRadialLabelMode(a: string); private gl; get categoryCollisionMode(): string; set categoryCollisionMode(a: string); private gk; get autoCalloutRadialLabelMode(): string; set autoCalloutRadialLabelMode(a: string); private gj; get autoCalloutOthersLabelFormat(): string; set autoCalloutOthersLabelFormat(a: string); private ft; get autoCalloutOthersLabelFormatSpecifiers(): FormatSpecifierDescription[]; set autoCalloutOthersLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gq; get proportionalRadialLabelFormat(): string; set proportionalRadialLabelFormat(a: string); private fx; get proportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set proportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gm; get legendProportionalRadialLabelFormat(): string; set legendProportionalRadialLabelFormat(a: string); private fu; get legendProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set legendProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gp; get othersProportionalRadialLabelFormat(): string; set othersProportionalRadialLabelFormat(a: string); private fw; get othersProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set othersProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private go; get othersLegendProportionalRadialLabelFormat(): string; set othersLegendProportionalRadialLabelFormat(a: string); private fv; get othersLegendProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set othersLegendProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private f5; get isCustomRadialStyleAllowed(): boolean; set isCustomRadialStyleAllowed(a: boolean); private f4; get isCustomRadialMarkerStyleAllowed(): boolean; set isCustomRadialMarkerStyleAllowed(a: boolean); private gr; get transitionInMode(): string; set transitionInMode(a: string); private f6; get isTransitionInEnabled(): boolean; set isTransitionInEnabled(a: boolean); private gf; get angleAxisRef(): string; set angleAxisRef(a: string); private gs; get valueAxisRef(): string; set valueAxisRef(a: string); private f3; get clipSeriesToBounds(): boolean; set clipSeriesToBounds(a: boolean); private gh; get assigningRadialStyleRef(): string; set assigningRadialStyleRef(a: string); private gg; get assigningRadialMarkerStyleRef(): string; set assigningRadialMarkerStyleRef(a: string); }