Search found 7 matches

by ussainik
Mon Mar 26, 2018 7:18 pm
Forum: LightningChart Ultimate How-To's
Topic: Printing multiple charts with a single Print Preview Dialog
Replies: 1
Views: 6036

Printing multiple charts with a single Print Preview Dialog

I have a requirement where I need to print multiple charts at once with just one print preview dialog. Right now I am using the Print method provided by you and it directly prints all the charts at once without a print setup dialog. On the other hand if I call the Print Preview method inside my loop...
by ussainik
Tue Nov 07, 2017 1:12 am
Forum: LightningChart Ultimate WPF
Topic: Increase the size of error bars with Chart Marker Sizes.
Replies: 4
Views: 9624

Re: Increase the size of error bars with Chart Marker Sizes.

Hi I am trying the following approach just to see if the error bars increase in height and width. But the following code dosen't seem to do anything. Can you please help what I am doing wrong. public void ChangeChartMarkersSize(double value) { try { ChartMarkerHeightValue = (float)value; ChartMarker...
by ussainik
Fri Nov 03, 2017 5:51 pm
Forum: LightningChart Ultimate WPF
Topic: Increase the size of error bars with Chart Marker Sizes.
Replies: 4
Views: 9624

Increase the size of error bars with Chart Marker Sizes.

Right now I have a requirement to increase and decrease the width of the Chart Makers. Problem is initially when the Chart Markers load up I can see the error bars. As the Chart Markers are increased in size, I cannot see the error bars. Its rendered inside the chart markers. Please see the attachme...
by ussainik
Fri Oct 27, 2017 7:48 pm
Forum: LightningChart Ultimate WPF
Topic: Data Label for the Chart Marker are not aligning bottom
Replies: 5
Views: 8320

Re: Data Label for the Chart Marker are not aligning bottom

Hi In the screen shot when the Vertical Align is set to bottom typically, I expect the datalabels to move to the bottom of the marker below the error. But it is on top of the maker on the error bar. Is that possible to do or should I send a sample project.

Thank You,.
by ussainik
Thu Oct 26, 2017 7:09 pm
Forum: LightningChart Ultimate WPF
Topic: Data Label for the Chart Marker are not aligning bottom
Replies: 5
Views: 8320

Re: Data Label for the Chart Marker are not aligning bottom

Hi here is the code how we created the Series event maker. public SeriesEventMarker CreateMarker(string text, double xVal, double yVal, Shape shape, float angle) { //height = ChartMarkerHeightValue; //width = ChartMarkerWidthValue; //m_SeriesEventMarkerFontSize = ChartDataLabelFontSizeValue; SeriesE...
by ussainik
Wed Oct 25, 2017 7:07 pm
Forum: LightningChart Ultimate WPF
Topic: Data Label for the Chart Marker are not aligning bottom
Replies: 5
Views: 8320

Data Label for the Chart Marker are not aligning bottom

I have a requirement where I have a Slider and it has two options top and bottom. When the value is Top I need to move the data labels associated to the Chart Markers to the top and when its bottom I need to move the data labels to the bottom. When the error bars height is small it works fine. But w...