Search
CustomComponent.MeasureCallback Property
See Also
 






Gets or sets a method, which will be called to measure the component.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Func<Double, Double, Size> MeasureCallback { get; set; }

Visual Basic  Copy Code

Public Property MeasureCallback As Func(Of Double, Double, Size)

 Property Value

 See Also