Class BOBChartBrushArgs<TX>
Event args fired when the user finishes a brush drag on the chart's plot
area. MinX / MaxX bracket the selected range
in the original X-axis domain (a System.DateTime when
TX is temporal, an int when numeric,
etc.).
public sealed class BOBChartBrushArgs<TX>
Type Parameters
TXX-axis domain type the chart was bound to.
- Inheritance
-
objectBOBChartBrushArgs<TX>
Constructors
BOBChartBrushArgs()
public BOBChartBrushArgs()
Properties
MaxX
Upper bound of the selected range, inclusive.
public TX MaxX { get; init; }
Property Value
- TX
MinX
Lower bound of the selected range, inclusive.
public TX MinX { get; init; }
Property Value
- TX