Class PropertyLabels
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Gauge/visualization labels collection container with visibility control.
public class PropertyLabels : DomItem
- Inheritance
-
PropertyLabels
- Inherited Members
Properties
List
Gets the underlying label text item collection.
[JsonInclude]
public CollectionTextItems List { get; }
Property Value
Visible
Gets or sets the visibility of the labels ("True"/"False").
public string Visible { get; set; }