Contents
- Properties
- animationDuration string
- dataSource Object
- enableAnimation boolean
- enableSmartLabels boolean
- fill string
- marker SeriesMarkerModel
- name string
- opacity number
- points ISmithChartPoint[]
- reactance string
- resistance string
- tooltip SeriesTooltipModel
- tooltipMappingName string
- visibility string
- width number
Having trouble getting help?
Contact Support
Contact Support
SmithchartSeriesModel
23 Sep 20251 minute to read
Interface for a class SmithchartSeries
Properties
animationDuration string
perform animation of series based on animation duration.
dataSource Object
Specifies the dataSource
enableAnimation boolean
enable or disable the animation of series.
enableSmartLabels boolean
avoid the overlap of dataLabels.
fill string
color for series.
marker SeriesMarkerModel
options for customizing marker.
name string
The name of the series visible in legend.
opacity number
opacity for series.
points ISmithChartPoint[]
points for series.
reactance string
reactance name for dataSource.
resistance string
resistance name for dataSource.
tooltip SeriesTooltipModel
options for customizing tooltip.
tooltipMappingName string
tooltip mapping name for the series.
visibility string
visibility for series.
width number
width for series.