Class PropertyValueAxisBaseMinimal
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Minimal base class for value axis definitions providing sourcing and value expression. Used for lightweight axis types (e.g. TreeMap) that do not require full label/tick infrastructure.
[JsonDerivedType(typeof(PropertyValueAxisTreeMap), "PropertyValueAxisTreeMap")]
public class PropertyValueAxisBaseMinimal : DomItem
- Inheritance
-
PropertyValueAxisBaseMinimal
- Derived
- Inherited Members
Properties
SourceMode
Gets or sets the source mode that defines how values are derived. Notifies engine on change similar to category axes.
public string SourceMode { get; set; }
Property Value
Value
Gets or sets the value expression (e.g. measure field) for the axis.
public string Value { get; set; }