ReportElementPlotlySerie Property |
Definition of the serie for the element in the Plotly chart
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[DefaultValueAttribute(PlotlySerieDefinition.None)]
public PlotlySerieDefinition PlotlySerie { get; set; }
<DefaultValueAttribute(PlotlySerieDefinition.None)>
Public Property PlotlySerie As PlotlySerieDefinition
Get
Set
public:
[DefaultValueAttribute(PlotlySerieDefinition::None)]
property PlotlySerieDefinition PlotlySerie {
PlotlySerieDefinition get ();
void set (PlotlySerieDefinition value);
}
[<DefaultValueAttribute(PlotlySerieDefinition.None)>]
member PlotlySerie : PlotlySerieDefinition with get, set
Property Value
Type:
PlotlySerieDefinition
See Also