Class WaterfallSegmentCreatedEventArgs
Handler implementation for waterfall Segment created event.
Inheritance
System.Object
WaterfallSegmentCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class WaterfallSegmentCreatedEventArgs : EventArgs
Constructors
WaterfallSegmentCreatedEventArgs()
Declaration
public WaterfallSegmentCreatedEventArgs()
Properties
Index
Gets the corresponding created segment's index.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
IsSummary
Sets the bool value, which used to identify the corresponding segment is sum segment or not.
Declaration
public bool IsSummary { set; }
Property Value
Type |
---|
System.Boolean |
Segment
Gets the corresponding created segment.
Declaration
public ChartSegment Segment { get; }
Property Value
Type |
---|
ChartSegment |