Class CoordinateLabelPlacementBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for coordinate label placement providing placement mode, equidistant flag and frame styling.
public abstract class CoordinateLabelPlacementBase : DomItem
- Inheritance
-
CoordinateLabelPlacementBase
- Derived
- Inherited Members
Properties
Equidistant
Gets or sets whether placement should be equidistant.
public string Equidistant { get; set; }
Property Value
Frame
Gets the frame styling for coordinate labels.
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
Placement
Gets or sets the placement mode value.
public string Placement { get; set; }