Class ChartView
Represent the chart view.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class ChartView : Control
Constructors
ChartView()
Initializes a new instance of the ChartView class.
Declaration
public ChartView()
Fields
MilestoneBrushProperty
MilestoneBrush property.
Declaration
public static readonly DependencyProperty MilestoneBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ParentProgressIndicatorBrushProperty
ParentProgressIndicatorBrush property.
Declaration
public static readonly DependencyProperty ParentProgressIndicatorBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ParentTaskBarBrushProperty
ParentTaskBarBrush property.
Declaration
public static readonly DependencyProperty ParentTaskBarBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TaskBarBrushProperty
TaskBarBrush property.
Declaration
public static readonly DependencyProperty TaskBarBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TaskProgressIndicatorBrushProperty
TaskProgressIndicatorBrush property.
Declaration
public static readonly DependencyProperty TaskProgressIndicatorBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
MilestoneBrush
Gets or sets a brush that describes milestone color.
Declaration
public Brush MilestoneBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
ParentProgressIndicatorBrush
Gets or sets a brush that describes parent task's progress indicator color.
Declaration
public Brush ParentProgressIndicatorBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
ParentTaskBarBrush
Gets or sets a brush that describes parent task bar color.
Declaration
public Brush ParentTaskBarBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TaskBarBrush
Gets or sets a brush that describes task bar color.
Declaration
public Brush TaskBarBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TaskProgressIndicatorBrush
Gets or sets a brush that describes task's progress indicator color.
Declaration
public Brush TaskProgressIndicatorBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Methods
OnApplyTemplate()
Called when template is applied.
Declaration
protected override void OnApplyTemplate()
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
Called when manipulation is completed.
Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs | e | Manipulation completed event arguments |
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
Called when the input device changes position during a manipulation.
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs | e | Manipulation delta routed event arguments |
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
Called when manipulation is started.
Declaration
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs | e | Manipulation routed event arguments. |
OnPointerEntered(PointerRoutedEventArgs)
Called when pointer is entered in the chart view.
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |
OnPointerExited(PointerRoutedEventArgs)
Called when pointer is moved out of chart view.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |
OnPointerMoved(PointerRoutedEventArgs)
Called when pointer is moved in chart view.
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments, |
OnPointerPressed(PointerRoutedEventArgs)
Called when pointer is pressed in chart view.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |
OnPointerReleased(PointerRoutedEventArgs)
Called when releasing pointer in chart view.
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |