UNPKG

igniteui-react-core

Version:
93 lines (92 loc) 3.66 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 gi; get autoCalloutLabelPrecision(): number; set autoCalloutLabelPrecision(a: number); private gj; get autoCalloutPercentagePrecision(): number; set autoCalloutPercentagePrecision(a: number); private gp; get autoCalloutLabelValueSeparator(): string; set autoCalloutLabelValueSeparator(a: string); private gu; get legendRadialLabelMode(): string; set legendRadialLabelMode(a: string); private gs; get categoryCollisionMode(): string; set categoryCollisionMode(a: string); private gr; get autoCalloutRadialLabelMode(): string; set autoCalloutRadialLabelMode(a: string); private gq; get autoCalloutOthersLabelFormat(): string; set autoCalloutOthersLabelFormat(a: string); private f0; get autoCalloutOthersLabelFormatSpecifiers(): FormatSpecifierDescription[]; set autoCalloutOthersLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gz; get proportionalRadialLabelFormat(): string; set proportionalRadialLabelFormat(a: string); private f4; get proportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set proportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gt; get legendProportionalRadialLabelFormat(): string; set legendProportionalRadialLabelFormat(a: string); private f1; get legendProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set legendProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gy; get othersProportionalRadialLabelFormat(): string; set othersProportionalRadialLabelFormat(a: string); private gv; get othersCategoryBrush(): string; set othersCategoryBrush(a: string); private gw; get othersCategoryOutline(): string; set othersCategoryOutline(a: string); private f3; get othersProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set othersProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gx; get othersLegendProportionalRadialLabelFormat(): string; set othersLegendProportionalRadialLabelFormat(a: string); private f2; get othersLegendProportionalRadialLabelFormatSpecifiers(): FormatSpecifierDescription[]; set othersLegendProportionalRadialLabelFormatSpecifiers(a: FormatSpecifierDescription[]); private gc; get isCustomRadialStyleAllowed(): boolean; set isCustomRadialStyleAllowed(a: boolean); private gb; get isCustomRadialMarkerStyleAllowed(): boolean; set isCustomRadialMarkerStyleAllowed(a: boolean); private g0; get transitionInMode(): string; set transitionInMode(a: string); private gd; get isTransitionInEnabled(): boolean; set isTransitionInEnabled(a: boolean); private gm; get angleAxisRef(): string; set angleAxisRef(a: string); private g1; get valueAxisRef(): string; set valueAxisRef(a: string); private ga; get clipSeriesToBounds(): boolean; set clipSeriesToBounds(a: boolean); private go; get assigningRadialStyleRef(): string; set assigningRadialStyleRef(a: string); private gn; get assigningRadialMarkerStyleRef(): string; set assigningRadialMarkerStyleRef(a: string); }