We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Tooltip not showing

Hi,

I'm trying to build DiagramNodes with tooltips. However, nothing shows. Documentation sadly doesn't seem to include a sample for tooltips in Diagrams. Here's what I tried:


<DiagramNode Id="node_id" Height="100" Width="100">
            <DiagramBpmnShape Type="Shapes.Bpmn" Shape="BpmnShapes.DataSource">
            </DiagramBpmnShape>
            <NodeShapeStyle Fill="#357BD2" StrokeColor="white"></NodeShapeStyle>
            <DiagramNodeAnnotations>
                <DiagramNodeAnnotation Content="text for node">
                    <NodeAnnotationStyle Fill="transparent" Color="white" TextOverflow="TextOverflow.Wrap"></NodeAnnotationStyle>
                </DiagramNodeAnnotation>
            </DiagramNodeAnnotations>
            <NodeTooltip Content="hello from tooltip" OpenOn="TooltipMode.Auto" ShowTipPointer="true">
            </NodeTooltip>
        </DiagramNode>

1 Reply

SG Shyam G Syncfusion Team November 22, 2019 04:24 AM UTC

Hi Stefan, 

In blazor, we can render static diagram with basic interaction such as zooming and panning. We have planned to provide interaction support in the diagram for our volume 4, release which is scheduled to release by the month of December, 2019. Once we provide an interaction support, you can use the diagram tooltip. 

Regards, 
Shyam G 


Loader.
Up arrow icon