Click or drag to resize

PropertyLimitLines Class

Property limit lines used to display lines across the barchart that can be customized with a line style and/or color.
Inheritance Hierarchy
SystemObject
  AxiomCore2.ControlProperties.BarChartPropertyLimitLines

Namespace: AxiomCore2.ControlProperties.BarChart
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class PropertyLimitLines : IEquatable<PropertyLimitLines>

The PropertyLimitLines type exposes the following members.

Constructors
 NameDescription
Public methodPropertyLimitLinesInitializes a new instance of the PropertyLimitLines class
Top
Properties
 NameDescription
Public propertyColor Limit color. Default value is Color.Empty.
Public propertyLineStyle Limit line style.
Public propertySourceTag Limit source tag used to set PropertyLimitLines dynamically. If a source tag is used the limit lines will be drawn at each interval separately using a startbound aggregate for each interval. Default value is null.
Public propertyValue Limit value used for drawing a static limit line. Default value is null.
Top
Methods
 NameDescription
Public methodEquals Checks if Limit Line is the same as another Limit Line
Top
See Also