Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Vertical Center Alignment of Marker in StackedColumnSeries
posted

hi.

im developing chart programming  in xamdatachart ver 2016.01 wpf.

problem is positioning of marker in stackedcolumnseries.

im developing marker using StackedFragmentSeries.MarkerTemplate


=========================================

problem is slovled.. using another forum sample in this website..

thanks alot...


code is..

                         YAxis="{Binding ElementName=StackedColumnYAxis}" ItemsSource="{Binding EnergySampleData}">

                                           
                                               
                                                <ig:StackedFragmentSeries x:Name="S1"    Visibility="Visible" MarkerVisibility="Hidden"   ValueMemberPath="Coal" Title="Coal" >
                                                    <ig:StackedFragmentSeries.MarkerTemplate>
                                                       
                                                           
                                                                                                                                      BorderBrush="{Binding Series.ActualMarkerOutline}" BorderThickness="0.5">
                                                                                                                                                FontSize="12" HorizontalAlignment="Center" />
                                                               
                                                           
                                                       
                                                   

                              
                                               

 StackedFragmentSeries default marker position is below sample.. - asis

Marker1
Marker2
Marker3

i want position vertical center alignment  as below  - tobe

Marker1

Marker2

Marker3

thanks alot..

================================================================================

problem is slovled.. using another forum sample in this website..

thanks alot...