Class ChartFastStackingColumnSegment
Class implementation for ChartFastStackingColumnSegment
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartFastStackingColumnSegment : ChartSegment, IDisposable
Fields
PointsProperty
Identifies the points dependency property.
Declaration
public static readonly DependencyProperty PointsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
AffectRender
Gets or Sets the AffectRenderProperty
Declaration
public bool AffectRender { get; set; }
Property Value
Type |
---|
System.Boolean |
Points
Get or Set PointsProperty
Declaration
public StackingColumnChartValuesCollection Points { get; set; }
Property Value
Type |
---|
StackingColumnChartValuesCollection |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
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 | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |
Overrides
Implements
System.IDisposable