PolarPlotsSliceJsonPlots Property |
Gets or sets the plots for the slice.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<PolarPlotJson> Plots { get; }
Public ReadOnly Property Plots As List(Of PolarPlotJson)
Get
public:
property List<PolarPlotJson^>^ Plots {
List<PolarPlotJson^>^ get ();
}
member Plots : List<PolarPlotJson> with get
Property Value
Type:
ListPolarPlotJsonSee Also