igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
288 lines (287 loc) • 9.19 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let CrosshairLayerDescription = /*@__PURE__*/ (() => {
class CrosshairLayerDescription extends AnnotationLayerDescription {
constructor() {
super();
this.ho = null;
this.hs = null;
this.hq = null;
this.hr = null;
this.gq = false;
this.gm = false;
this.hx = null;
this.hu = null;
this.gw = 0;
this.hk = 0;
this.hw = null;
this.gy = 0;
this.g0 = 0;
this.gz = 0;
this.gx = 0;
this.g4 = 0;
this.g6 = 0;
this.g5 = 0;
this.g3 = 0;
this.g1 = 0;
this.h1 = null;
this.hy = null;
this.g2 = 0;
this.hl = 0;
this.h0 = null;
this.g7 = 0;
this.ht = null;
this.hp = null;
this.gp = false;
this.go = false;
this.gn = false;
this.hv = null;
this.hz = null;
}
get_type() {
return "CrosshairLayer";
}
get horizontalLineStroke() {
return this.ho;
}
set horizontalLineStroke(a) {
this.ho = a;
this.j("HorizontalLineStroke");
}
get verticalLineStroke() {
return this.hs;
}
set verticalLineStroke(a) {
this.hs = a;
this.j("VerticalLineStroke");
}
get targetSeriesName() {
return this.hq;
}
set targetSeriesName(a) {
this.hq = a;
this.j("TargetSeriesName");
}
get targetSeriesRef() {
return this.hr;
}
set targetSeriesRef(a) {
this.hr = a;
this.j("TargetSeriesRef");
}
get useInterpolation() {
return this.gq;
}
set useInterpolation(a) {
this.gq = a;
this.j("UseInterpolation");
}
get isAxisAnnotationEnabled() {
return this.gm;
}
set isAxisAnnotationEnabled(a) {
this.gm = a;
this.j("IsAxisAnnotationEnabled");
}
get xAxisAnnotationTextColor() {
return this.hx;
}
set xAxisAnnotationTextColor(a) {
this.hx = a;
this.j("XAxisAnnotationTextColor");
}
get xAxisAnnotationBackground() {
return this.hu;
}
set xAxisAnnotationBackground(a) {
this.hu = a;
this.j("XAxisAnnotationBackground");
}
get xAxisAnnotationBackgroundCornerRadius() {
return this.gw;
}
set xAxisAnnotationBackgroundCornerRadius(a) {
this.gw = a;
this.j("XAxisAnnotationBackgroundCornerRadius");
}
get xAxisAnnotationInterpolatedValuePrecision() {
return this.hk;
}
set xAxisAnnotationInterpolatedValuePrecision(a) {
this.hk = a;
this.j("XAxisAnnotationInterpolatedValuePrecision");
}
get xAxisAnnotationOutline() {
return this.hw;
}
set xAxisAnnotationOutline(a) {
this.hw = a;
this.j("XAxisAnnotationOutline");
}
get xAxisAnnotationPaddingLeft() {
return this.gy;
}
set xAxisAnnotationPaddingLeft(a) {
this.gy = a;
this.j("XAxisAnnotationPaddingLeft");
}
get xAxisAnnotationPaddingTop() {
return this.g0;
}
set xAxisAnnotationPaddingTop(a) {
this.g0 = a;
this.j("XAxisAnnotationPaddingTop");
}
get xAxisAnnotationPaddingRight() {
return this.gz;
}
set xAxisAnnotationPaddingRight(a) {
this.gz = a;
this.j("XAxisAnnotationPaddingRight");
}
get xAxisAnnotationPaddingBottom() {
return this.gx;
}
set xAxisAnnotationPaddingBottom(a) {
this.gx = a;
this.j("XAxisAnnotationPaddingBottom");
}
get yAxisAnnotationPaddingLeft() {
return this.g4;
}
set yAxisAnnotationPaddingLeft(a) {
this.g4 = a;
this.j("YAxisAnnotationPaddingLeft");
}
get yAxisAnnotationPaddingTop() {
return this.g6;
}
set yAxisAnnotationPaddingTop(a) {
this.g6 = a;
this.j("YAxisAnnotationPaddingTop");
}
get yAxisAnnotationPaddingRight() {
return this.g5;
}
set yAxisAnnotationPaddingRight(a) {
this.g5 = a;
this.j("YAxisAnnotationPaddingRight");
}
get yAxisAnnotationPaddingBottom() {
return this.g3;
}
set yAxisAnnotationPaddingBottom(a) {
this.g3 = a;
this.j("YAxisAnnotationPaddingBottom");
}
get xAxisAnnotationStrokeThickness() {
return this.g1;
}
set xAxisAnnotationStrokeThickness(a) {
this.g1 = a;
this.j("XAxisAnnotationStrokeThickness");
}
get yAxisAnnotationTextColor() {
return this.h1;
}
set yAxisAnnotationTextColor(a) {
this.h1 = a;
this.j("YAxisAnnotationTextColor");
}
get yAxisAnnotationBackground() {
return this.hy;
}
set yAxisAnnotationBackground(a) {
this.hy = a;
this.j("YAxisAnnotationBackground");
}
get yAxisAnnotationBackgroundCornerRadius() {
return this.g2;
}
set yAxisAnnotationBackgroundCornerRadius(a) {
this.g2 = a;
this.j("YAxisAnnotationBackgroundCornerRadius");
}
get yAxisAnnotationInterpolatedValuePrecision() {
return this.hl;
}
set yAxisAnnotationInterpolatedValuePrecision(a) {
this.hl = a;
this.j("YAxisAnnotationInterpolatedValuePrecision");
}
get yAxisAnnotationOutline() {
return this.h0;
}
set yAxisAnnotationOutline(a) {
this.h0 = a;
this.j("YAxisAnnotationOutline");
}
get yAxisAnnotationStrokeThickness() {
return this.g7;
}
set yAxisAnnotationStrokeThickness(a) {
this.g7 = a;
this.j("YAxisAnnotationStrokeThickness");
}
get verticalLineVisibility() {
return this.ht;
}
set verticalLineVisibility(a) {
this.ht = a;
this.j("VerticalLineVisibility");
}
get horizontalLineVisibility() {
return this.hp;
}
set horizontalLineVisibility(a) {
this.hp = a;
this.j("HorizontalLineVisibility");
}
get skipUnknownValues() {
return this.gp;
}
set skipUnknownValues(a) {
this.gp = a;
this.j("SkipUnknownValues");
}
get skipAxisAnnotationOnZeroValueFragments() {
return this.go;
}
set skipAxisAnnotationOnZeroValueFragments(a) {
this.go = a;
this.j("SkipAxisAnnotationOnZeroValueFragments");
}
get skipAxisAnnotationOnInvalidData() {
return this.gn;
}
set skipAxisAnnotationOnInvalidData(a) {
this.gn = a;
this.j("SkipAxisAnnotationOnInvalidData");
}
get xAxisAnnotationFormatLabelRef() {
return this.hv;
}
set xAxisAnnotationFormatLabelRef(a) {
this.hv = a;
this.j("XAxisAnnotationFormatLabelRef");
}
get yAxisAnnotationFormatLabelRef() {
return this.hz;
}
set yAxisAnnotationFormatLabelRef(a) {
this.hz = a;
this.j("YAxisAnnotationFormatLabelRef");
}
}
CrosshairLayerDescription.$t = markType(CrosshairLayerDescription, 'CrosshairLayerDescription', AnnotationLayerDescription.$);
return CrosshairLayerDescription;
})();