Class ChartFastLineSegment
Class represents FastLine chart type series' segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartFastLineSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
PointsProperty
Identifies the Points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Points
Gets or sets the points collection.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.PointCollection | The points. |
Methods
CheckForNewRange(Int32)
Declaration
public bool CheckForNewRange(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Returns
Type |
---|
System.Boolean |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The Transformer |
Overrides
GetSegmet(IChartDataPoint, ChartSeries)
Declaration
public void GetSegmet(IChartDataPoint point, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
IChartDataPoint | point | |
ChartSeries | series |
SetPointsForAllSeries(ChartSeries, ChartAxis)
Declaration
protected override void SetPointsForAllSeries(ChartSeries series, ChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | |
ChartAxis | axis |
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment with respect to chart type.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
See Also
UpdateSegment(List<IChartDataPoint>, ChartSeries)
Declaration
public void UpdateSegment(List<IChartDataPoint> points, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IChartDataPoint> | points | |
ChartSeries | series |
See Also
Implements
System.IDisposable