igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.39 kB
TypeScript
import { SeriesDescription } from "./SeriesDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class MarkerSeriesDescription extends SeriesDescription {
static $t: Type;
protected get_type(): string;
constructor();
private fi;
get markerType(): string;
set markerType(a: string);
private fc;
get actualMarkerType(): string;
set actualMarkerType(a: string);
private e5;
get isCustomMarkerCircular(): boolean;
set isCustomMarkerCircular(a: boolean);
private fg;
get markerOutlineMode(): string;
set markerOutlineMode(a: string);
private fe;
get markerFillMode(): string;
set markerFillMode(a: string);
private fh;
get markerTemplateRef(): string;
set markerTemplateRef(a: string);
private e7;
get markerThickness(): number;
set markerThickness(a: number);
private fb;
get actualMarkerTemplateRef(): string;
set actualMarkerTemplateRef(a: string);
private fd;
get markerBrush(): string;
set markerBrush(a: string);
private e9;
get actualMarkerBrush(): string;
set actualMarkerBrush(a: string);
private ff;
get markerOutline(): string;
set markerOutline(a: string);
private fa;
get actualMarkerOutline(): string;
set actualMarkerOutline(a: string);
}