Class SmithchartSeriesModel
Interface for a class SmithchartSeries
Inheritance
System.Object
SmithchartSeriesModel
Implements
System.IEquatable<SmithchartSeriesModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartSeriesModel : Object, IEquatable<SmithchartSeriesModel>
Constructors
SmithchartSeriesModel()
Declaration
public SmithchartSeriesModel()
Properties
AnimationDuration
perform animation of series based on animation duration.
Declaration
public string AnimationDuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataSource
Specifies the dataSource
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
EnableAnimation
enable or disable the animation of series.
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableSmartLabels
avoid the overlap of dataLabels.
Declaration
public bool EnableSmartLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
color for series.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Marker
options for customizing marker
Declaration
public SeriesMarkerModel Marker { get; set; }
Property Value
Type | Description |
---|---|
SeriesMarkerModel |
Name
The name of the series visible in legend.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
opacity for series.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Points
points for series.
Declaration
public List<ISmithChartPoint> Points { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ISmithChartPoint> |
Reactance
reactance name for dataSource
Declaration
public string Reactance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resistance
resistance name for dataSource
Declaration
public string Resistance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tooltip
options for customizing tooltip
Declaration
public SeriesTooltipModel Tooltip { get; set; }
Property Value
Type | Description |
---|---|
SeriesTooltipModel |
TooltipMappingName
tooltip mapping name for the series
Declaration
public string TooltipMappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visibility
visibility for series.
Declaration
public string Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
width for series.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SmithchartSeriesModel)
Declaration
public bool Equals(SmithchartSeriesModel smithchartSeriesModel)
Parameters
Type | Name | Description |
---|---|---|
SmithchartSeriesModel | smithchartSeriesModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>