|
@@ -153,7 +153,7 @@ export class SFHFQZoneLegendItem extends SPolygonItem {
|
|
|
}
|
|
|
toData() {
|
|
|
this.data.Pos = { X: this.x, Y: this.y }
|
|
|
- this.data.Name = this.text
|
|
|
+ this.data.Name = this.name
|
|
|
this.data.Properties.FillColor = this.fillColor.value
|
|
|
this.data.Properties.StrokeColor = this.strokeColor.value
|
|
|
this.data.Properties.LineWidth = this.lineWidth
|