[]
Specifies various advanced options for line and area charts.
public class LineAreaOptions : DependencyObject
Name | Description |
---|---|
LineAreaOptions() |
Name | Description |
---|---|
ClippingProperty | |
OptimizationRadiusProperty | |
OptimizationRadiusScopeProperty |
Name | Description |
---|---|
GetClipping(C1Chart) | Gets the value of the Clipping attached property for a specified chart. |
GetOptimizationRadius(DependencyObject) | Gets the value of the OptimizationRadius attached property for a specified chart. |
GetOptimizationRadiusScope(C1Chart) | Gets the value of the OptimizationRadiusScope attached property for the specified chart. |
SetClipping(C1Chart, Clipping) | Sets the value of the ClippingProperty attached property for a specified chart. |
SetOptimizationRadius(DependencyObject, double) | Sets the value of the OptimizationRadius attached property for a specified chart. The property controls rendering optimization for line and area charts with large data arrays. If the distance between consequent data points is less than radius the point is skipped from rendering. |
SetOptimizationRadiusScope(DependencyObject, OptimizationRadiusScope) | Sets the value of the OptimizationRadiusScope attached property for the specified chart. |