Class PropertyVisual
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides visual appearance settings for charts including content style, line smoothing and line type override.
public class PropertyVisual : DomItem
- Inheritance
-
PropertyVisual
- Inherited Members
Properties
Contents
Gets or sets the visual contents mode.
public string Contents { get; set; }
Property Value
LineSmoothing
Gets the line smoothing configuration.
[JsonInclude]
public PropertyLineSmoothing LineSmoothing { get; }
Property Value
LineTypeOverride
Gets or sets the line type override value.
public string LineTypeOverride { get; set; }