Class ChartPanelShareSettings
- Namespace
- StockSharp.Xaml.Charting
- Assembly
- StockSharp.Xaml.Charting.dll
Chart share (upload image to web) settings.
public sealed class ChartPanelShareSettings : NotifiableObject, IPersistable
- Inheritance
-
ChartPanelShareSettings
- Implements
-
IPersistable
- Extension Methods
Constructors
ChartPanelShareSettings()
public ChartPanelShareSettings()
Properties
FileName
Name of uploaded image.
[Display(ResourceType = typeof(LocalizedStrings), Name = "FileName", Description = "ImageCloudFileName", GroupName = "General", Order = 30)]
public string FileName { get; set; }
Property Value
IsEnabled
Is sharing enable.
[Display(ResourceType = typeof(LocalizedStrings), Name = "AutoPublish", Description = "AutoPublishDesc", GroupName = "General", Order = 10)]
public bool IsEnabled { get; set; }
Property Value
Period
Incremental period to refresh prev upload image.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "ChartPublishPeriod", GroupName = "General", Order = 20)]
public TimeSpan Period { get; set; }
Property Value
Published
Is published.
[Browsable(false)]
public bool Published { get; set; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.