Class WaterfallSegmentCreatedEventArgs
Handler implementation for waterfall Segment created event.
Inheritance
System.Object
System.EventArgs
WaterfallSegmentCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |