Summary
Gets or sets the chart timezone of the displayed indicator.
Syntax
public string TimeZone{ get; set; }
Example 1
[Indicator(TimeZone = TimeZones.UTC)] public class SampleIndicator : Indicator
public string TimeZone{ get; set; }
[Indicator(TimeZone = TimeZones.UTC)] public class SampleIndicator : Indicator