Class ChartHistogramDistributionSegment
Represents histogram distribution segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartHistogramDistributionSegment : 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 corresponding points collection.
Declaration
public PointCollection Points { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.PointCollection | The points. |
Methods
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 | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |
Overrides
Implements
System.IDisposable