Class PropertySignalRanges<T>
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Generic base for signal range collections providing visibility flag and display range.
public class PropertySignalRanges<T> : DomItem where T : SignalItemBase
Type Parameters
T
- Inheritance
-
PropertySignalRanges<T>
- Derived
- Inherited Members
Properties
DisplayRange
Gets the display range limiting signal visualization.
[JsonInclude]
public PropertyDisplayRange DisplayRange { get; }
Property Value
Visible
Gets or sets whether signal ranges are visible.
public string Visible { get; set; }